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

cancelling and/or pausing job when running #2473

Open
harmen46 opened this issue Nov 26, 2024 · 1 comment
Open

cancelling and/or pausing job when running #2473

harmen46 opened this issue Nov 26, 2024 · 1 comment

Comments

@harmen46
Copy link

it would be nice if you could cancel or pause a job

@DMiradakis
Copy link

You can cancel a specific job using cooperative cancellation and a CancellationToken, see this link from the Hangfire docs.

However, pausing the entire execution engine is something that does not(?) seem possible at the moment. See #225 .

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

No branches or pull requests

2 participants