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

Back cron's last-run time somewhere permanent #93

Open
PeterJCLaw opened this issue Jan 15, 2020 · 0 comments
Open

Back cron's last-run time somewhere permanent #93

PeterJCLaw opened this issue Jan 15, 2020 · 0 comments

Comments

@PeterJCLaw
Copy link
Contributor

Currently if the routemaster cron processing is delayed it will try to catch up when it next runs. This is handled by remembering the last-run time in memory.

However this means that if the cron processing is delayed and the instance is then restarted that the pending jobs will not get run at all.

This means that running routemaster on cloud services (where instances are likely to be killed arbitrarily) can lose cron tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant