-
Notifications
You must be signed in to change notification settings - Fork 5
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
scheduled job enqueued twice #29
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently discovered that sometimes some of our scheduled jobs are enqueued twice.
It happens fairly random and does not seem to be related to the number of scheduled jobs scheduled at that specific time.
We suspect that this is caused by some kind of race-condition in the
JesqueSchedulerService
.Some info about our setup:
There are 4 EC2 instances that are running the scheduler thread. They are connected to an ElastiCache cache.m4.xlarge Redis instance.
The text was updated successfully, but these errors were encountered: