-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Hi,
is it possible to cancel/delete jobs, that have status "new"?
I am using redis as job manager.
Reason: On my website users can create hundreds of jobs with one button click. The jobs are long running. I need a solution to cancel the waiting jobs in case the user accidentially clicked the button.
Do you have any ideas to solve this?