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

[FEATURE] - Supporting pause of execution #516

Closed
mcbenjemaa opened this issue Jun 19, 2023 · 2 comments · Fixed by #518
Closed

[FEATURE] - Supporting pause of execution #516

mcbenjemaa opened this issue Jun 19, 2023 · 2 comments · Fixed by #518
Labels
enhancement New feature or request

Comments

@mcbenjemaa
Copy link

Is your feature request related to a problem? Please describe

I want to set a flag in my app to say that I want to pause the upcoming jobs.
when this flag become false, it will resume running new jobs.

Describe the solution you'd like

I need a way of pausing the scheduler or the execution.

Describe alternatives you've considered

Additional context

@mcbenjemaa mcbenjemaa added the enhancement New feature or request label Jun 19, 2023
@JohnRoesler
Copy link
Contributor

@mcbenjemaa you’re looking for a global pause of all jobs, right?

@mcbenjemaa
Copy link
Author

Yes,
Or a specific job at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants