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.

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

...