-
Notifications
You must be signed in to change notification settings - Fork 1
batch switch backend #82
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR implements serialized batch processing for storage backend migration by adding active waiting functionality. Instead of firing off migration commands and moving on, the system now waits for each project to complete its migration before proceeding to the next one.
Key changes:
- Added a new
waitForProjectToMigratemethod that polls project status every 2 seconds with a 5-minute timeout - Modified the execute method to capture command execution results and wait for completion before processing the next project
- Added explicit type casting for parameters passed to the migration command
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
takhle jsem to pustil pri posledni migraci FL |
5d1281f to
5b804d1
Compare
zajca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool
Changes:
Additional notes