Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel/delete jobs #128

Open
thorau opened this issue Mar 31, 2020 · 2 comments
Open

Cancel/delete jobs #128

thorau opened this issue Mar 31, 2020 · 2 comments

Comments

@thorau
Copy link

thorau commented Mar 31, 2020

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?

@mmucklo
Copy link
Owner

mmucklo commented Apr 2, 2020

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

@thorau
Copy link
Author

thorau commented Apr 2, 2020

@mmucklo That would be really great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants