mirror of https://github.com/peter4431/rq.git
Make `Queue.enqueue_job()` execute immediately if `async=False` (#798)
Currently, the job is being performed inside `enqueue_call()`, which means that `async=False` has no effect if `enqueue_job()` is called directly. This commit fixes that.main
parent
1029adaf1b
commit
cab89254b5
Loading…
Reference in New Issue