DtcQueueBundle icon indicating copy to clipboard operation
DtcQueueBundle copied to clipboard

Cancel/delete jobs

Open thorau opened this issue 4 years ago • 2 comments

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 avatar Mar 31 '20 19:03 thorau

@thorau it looks like I’d have to implement a special method in the Redis JobManager to allow this sort of thing.

mmucklo avatar Apr 02 '20 09:04 mmucklo

@mmucklo That would be really great.

thorau avatar Apr 02 '20 11:04 thorau