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: Migration Takes a really long time #5301

Open
githilman opened this issue Feb 15, 2025 · 2 comments
Open

bug: Migration Takes a really long time #5301

githilman opened this issue Feb 15, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@githilman
Copy link

githilman commented Feb 15, 2025

Describe the bug

Migration takes a long time after upgrade version to 1.461.0 from 1.456.0

To reproduce

using helm chart upgrade version to chart windmill-2.0.365 with app version 1.461.0

Expected behavior

Migration and upgrade run successfully

Screenshots

Image Image

Browser information

No response

Application version

No response

Additional Context

UPDATE: I tried to rollback but the deployment is blocked because of the migration is still in progress

Image
@githilman githilman added the bug Something isn't working label Feb 15, 2025
@githilman
Copy link
Author

I successfully rollback the app version but the migration query from the update is still stuck in progress

@rubenfiszel
Copy link
Contributor

rubenfiszel commented Feb 15, 2025

It's expected, we're migrating all the jobs to a new v2 format. It doesn't require downtime, it will only block new containers to be ready until the migration is complete. You do a rollout deployment and have the old node stay until the new ones are ready.
The only way to make the migration faster is to delete rows in completed_job because that's what is taking time to migrate.

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

2 participants