Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleTrigger <timesTriggered> property is not updated in Redis, and causes faulty firings indefinitely due to misfire #66

Open
SajadBishop opened this issue May 7, 2022 · 0 comments

Comments

@SajadBishop
Copy link

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.

@SajadBishop 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant