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

Jobs should run even if they are late #49

Closed
ddebeau opened this issue Aug 4, 2021 · 0 comments · Fixed by #50
Closed

Jobs should run even if they are late #49

ddebeau opened this issue Aug 4, 2021 · 0 comments · Fixed by #50
Assignees

Comments

@ddebeau
Copy link
Owner

ddebeau commented Aug 4, 2021

misfire_grace_time is currently set to 2 hours which means that if a job takes longer than 2 hours other jobs may not run on schedule. It should be set to None so that late jobs always run. We should always error on the side of backing up early.

misfire_grace_time=2*60*60,

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

Successfully merging a pull request may close this issue.

1 participant