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

Long running cron jobs could cause issues during a deployment #3222

Open
alecthomas opened this issue Oct 29, 2024 · 0 comments
Open

Long running cron jobs could cause issues during a deployment #3222

alecthomas opened this issue Oct 29, 2024 · 0 comments
Labels
core The core of FTL P2 triage Issue needs triaging

Comments

@alecthomas
Copy link
Collaborator

If a cron job relies on version 1 of the database schema, we can't upgrade the schema while it is running. The deployment will need to block until the cron job completes and block future cron execution until the deployment completes, or something.

@github-actions github-actions bot added the triage Issue needs triaging label Oct 29, 2024
@ftl-robot ftl-robot mentioned this issue Oct 29, 2024
@stuartwdouglas stuartwdouglas added P2 core The core of FTL labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core The core of FTL P2 triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants