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

A job scheduled too close to another job may get skipped #56

Closed
ddebeau opened this issue Feb 9, 2022 · 0 comments · Fixed by #57
Closed

A job scheduled too close to another job may get skipped #56

ddebeau opened this issue Feb 9, 2022 · 0 comments · Fixed by #57
Assignees
Labels
bug Something isn't working

Comments

@ddebeau
Copy link
Owner

ddebeau commented Feb 9, 2022

Error Message:

Run time of job "ZFSjob.start (trigger: cron[month='*', day='*', day_of_week='*', hour='6', minute='2'], next run at: 2022-02-07 06:02:00 UTC)" was missed by 0:00:28.825414

Setting misfire_grace_time to None for all jobs may fix the issue.

scheduler.add_job(job.start, 'cron', **job.cron, coalesce=True)

@ddebeau ddebeau added the bug Something isn't working label Feb 9, 2022
@ddebeau ddebeau self-assigned this Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant