Skip to content

The purpose of this repository is to test for what happens when we try to cancel an RQ job that is already running

Notifications You must be signed in to change notification settings

antoine-chopin/test_cancel_running_rq_job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this repository is to test for what happens when we try to cancel an RQ job that is already running

Steps:

  • Make a virtualenv then install rq and redis
  • Run redis locally: docker run -p 6379:6379 redis
  • Run the worker: rq worker defaultTASK RUNNING
  • Run main.py
  • See what happens!

About

The purpose of this repository is to test for what happens when we try to cancel an RQ job that is already running

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages