eu.shiftforward.adstax.scheduler.api.job.SchedulerJob
the duration in which to repeat the scheduled action
What to do when loading repeating tasks whose last run indicates that it missed
some executions. That is, currentTime() - lastRun > repeat
. This is important
on situations of failure or restart, where the scheduler service has to skip
executions. Upon loading the persisted tasks, the service can take into account
this setting, and act accordingly.
the duration in which to repeat the scheduled action
What to do when loading repeating tasks whose last run indicates that it missed some executions.
What to do when loading repeating tasks whose last run indicates that it missed
some executions. That is, currentTime() - lastRun > repeat
. This is important
on situations of failure or restart, where the scheduler service has to skip
executions. Upon loading the persisted tasks, the service can take into account
this setting, and act accordingly.
Defines the repetition configuration for the task.
the duration in which to repeat the scheduled action
What to do when loading repeating tasks whose last run indicates that it missed some executions. That is,
currentTime() - lastRun > repeat
. This is important on situations of failure or restart, where the scheduler service has to skip executions. Upon loading the persisted tasks, the service can take into account this setting, and act accordingly.