Computes the next execution time (in ms since epoch) for the given repeat options, supporting both .every (fixed interval) and .pattern (cron) strategies. This is the default repeat strategy used to schedule the next iteration of a job scheduler.
.every
.pattern
Computes the next execution time (in ms since epoch) for the given repeat options, supporting both
.every(fixed interval) and.pattern(cron) strategies. This is the default repeat strategy used to schedule the next iteration of a job scheduler.