Add ability to "pause" or disable tasks (recurring)
See original GitHub issueAdd a method SchedulerClient.pause(..)
to enable temporarily pausing the execution, i.e. not run when due.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Pause/disable recurring job - question - Hangfire Discussion
Very similar to github issue #173, it would be really handy to have a method of pausing (or disabling) a recurring job.
Read more >Power-Tip: Using Recurring Tasks | by Team Nirvana - Medium
To temporarily pause a recurring task cycle, click the icon on the far-left of the task to see the pause symbol. Click the...
Read more >The 5 Best Todo List Apps for Recurring Tasks in 2021
The other option is to pause the task. Choose Recurring Items from the menu in the upper right, and then select the Pause...
Read more >Ability to skip recurring task instead of Complete
Rather than delete the task, it would be good to have something that showed it wasn't done. ... Please add both SKIP and...
Read more >Create recurring tasks - Microsoft Support
In the Start box, add a start date and then decide when the repeating task will end: Pick End after, and then type...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We might want to consider using something like
state = (active, stopped, dead-letter)
or something like that to enable more features without requiring new fields.This enhancement would likely also enable this feature-request: https://github.com/kagkarlsson/db-scheduler/issues/216