DtcQueueBundle
DtcQueueBundle copied to clipboard
Cancel/delete jobs
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?
@thorau it looks like I’d have to implement a special method in the Redis JobManager to allow this sort of thing.
@mmucklo That would be really great.