You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleTrigger uses the timesTriggered property for cancelling the next fire time if it has surpassed the specified repeat count. However, this field is not being updated in the Redis storage, and this causes the nextFireTime not to be set properly and causes a misfire instruction to take place, causing the job to reschedule.
The text was updated successfully, but these errors were encountered:
SajadBishop
changed the title
SimpleTrigger <timesTriggered> property is not updated in Redis, and causes faulty (misfire) firings indefinitely
SimpleTrigger <timesTriggered> property is not updated in Redis, and causes faulty firings indefinitely due to misfire
May 7, 2022
SimpleTrigger uses the timesTriggered property for cancelling the next fire time if it has surpassed the specified repeat count. However, this field is not being updated in the Redis storage, and this causes the nextFireTime not to be set properly and causes a misfire instruction to take place, causing the job to reschedule.
The text was updated successfully, but these errors were encountered: