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

Bug with schema migration when tasks status do not reflect the job status #1564

Open
MarinPostma opened this issue Jul 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MarinPostma
Copy link
Collaborator

We found a bug with the schema migration scheduler where a job with two tasks was in status Enqueued where the tasks were in status DryRunSuccess and RunSuccess. The scheduler would get stuck because it was expecting tasks in status Enqueue and found none. The scheduler should be more resilient to this, and update the job status if a tasks is found in an unexpected state.

This is likely due to a crash.

@MarinPostma MarinPostma added the bug Something isn't working label Jul 16, 2024
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

No branches or pull requests

1 participant