arq
arq copied to clipboard
Aborting a deferred task
Hello,
First of all thank you for your project!
Currently when you abort a deferred task, the worker in burst mode will wait until the deferred time is met to properly perform the delete.
This behaviour make it complicated to perform test that implicate canceling a deferred task.
https://github.com/samuelcolvin/arq/pull/307
Isn't this closed by #307? 😊
Yes indeed :)