Do not consider a job as misfire when it is resumed after the server was in stand by mode #1117
Labels
is:enhancement
Enhancement to an existing feature
is:feature
New feature
needs:volunteer_contributor
When the server is in standby (after calling
standby()
), if you create new jobs with triggers during that mode, when you "wake up" scheduler by callingscheduler.start()
, all triggers that should have been executed during that period appear as misfired.There should be an option (properties or method) to avoid these misfires.
A tipical use case is to:
start()
+standBy()
)start()
)Thanks.
The text was updated successfully, but these errors were encountered: