-
Notifications
You must be signed in to change notification settings - Fork 810
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
Job runs multiple times #1585
Comments
So it's a problem with the old Agenda that caused it happen?May I ask you the reason why this happen,which part of Agenda can cause this issue,thank you |
Noticed the same thing happening on my heroku instance. In some cases, the job will immediately restart and is called multiple times. Only one job is created in the database, however. |
@ozzyonfire agenda is buggy and unmaintained. use pulse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I scheduled a job by cron string ("40 4 * * *"). In theory, it should run only one time a day. But i found this job run twice occasionally.
The project log shows that the interval between these two job triggers is only 1 second. This has happened only three times in the past month, i still can't find the reason. Can anyone help, why does this happen?
The text was updated successfully, but these errors were encountered: