Please add support to start tasks after some delay. Currently, the only options for starting tasks are either: immediately, or after the interval expires.
Something like:
new SimpleIntervalJob({ seconds: 300, runImmediately: true, startDelay: 60 }, task)
Would delay 60 seconds, then run the task every 300 seconds.
Please add support to start tasks after some delay. Currently, the only options for starting tasks are either: immediately, or after the interval expires.
Something like:
Would delay 60 seconds, then run the task every 300 seconds.