[FEAT] Ability to disable scheduled tasks #493
-
|
Thank you for building such a fantastic tool! I have a (hopefully not too difficult) request regarding tasks. Unless I’m missing something, the only way to pause or temporarily disable a scheduled task is to remove the cron expression. I have some tasks that I need to turn off for a while, but I know I’ll want them to run again in the future. Having a switch to enable/disable tasks would be really handy. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, I was planning on implementing non-persistent pause similar to how i implemented it for downloads queue. To implement to as persistent for each task would require changing the tasks definition. I will see what i will end up with. |
Beta Was this translation helpful? Give feedback.
Should be in v1.0.6 #495