Replies: 2 comments 4 replies
-
Hi @neandr!
This is correct for all schedule types except the cron table schedule type. The latter can have trigger intervals in the range of years up to the range of seconds, see also here.
You can disable the whole scheduler node right from the beginning (i.e., flow deploy or Node-RED start) by checking the option Start with disabled schedule in the configuration of a node or you can disable it at runtime by sending a message with a
You cannot remove a schedule, you can only disable or override a schedule, see also here and here.
Schedules can only be addressed by their 0-based position from input messages. |
Beta Was this translation helpful? Give feedback.
-
Again for better understanding: |
Beta Was this translation helpful? Give feedback.
-
When I first read the documentation, I understood that a "scheduler" setup is automatically repeated every day. Correct?
How can a complete "scheduler" be disabled?
Is it possible to remove (not just disable) specific defined "Schedule" tasks? Or would it be necessary to remove the entire "Scheduler" and restore a new "Scheduler" set with the desired changes?
Can a specific defined Schedule task be addressed only by its position in the "Schedule" or is there another method?
Overall the Chronos contribution looks great!
Beta Was this translation helpful? Give feedback.
All reactions