Agenda has a option to skip the immediate run:
https://github.com/agenda/agenda#manually-working-with-a-job
options.skipImmediate: true | false (default) Setting this true will skip the immediate run. The first run will occur only in configured interval.
In Bull, a repeatable job will skip the immediate run by default. How to not skip the immediate run?
Agenda has a option to skip the immediate run:
https://github.com/agenda/agenda#manually-working-with-a-job
options.skipImmediate:true|false(default) Setting this true will skip the immediate run. The first run will occur only in configured interval.In Bull, a repeatable job will skip the immediate run by default. How to not skip the immediate run?