You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream project RQ allows to remove a job from the queue before or after it's processed, using the Job.cancel method. To fully delete a job with all the results from Redis there is Job.delete.
If you mean actually killing a running worker process, that's not possible as far as I know. Adding such a feature is way out of scope for this project.
How can I cancel a running job? Is it possible?
The text was updated successfully, but these errors were encountered: