Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


There is no direct way to specify that a node should be submitted on different days at different times.

Anchor
today
today

To get a task to run at two specific times you can use two separate time commands.url-encode

Code Block
task t1
    time 15:00 # run at 15:00
   time 19:00 # also run at 19:00


Note: you should take care with tasks using the time command to cause the suite to cycle on fast systems. If the task takes less than a minute to run then there is a possibility that the trigger will still be valid once the suite has cycled. This can be avoided by making sure that such tasks take longer than one minute to run, for example, by adding a sleep command.