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

Add in repeatable migration batching process #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nickpileggi947
Copy link

Add in repeatable migration batching process. This allows for repeatable migrations to be batched together to speed up deployment. The number of migrations batched together can be controlled via the config file and params. In the event of a failure in one of the batched repeatable migrations the repeatable migrations will be retried until the affected migration is found.

…e repeatable migrations to be batched together to speed up deployment. The number of migrations batched together can be controlled via the config file and params
@sfc-gh-tmathew sfc-gh-tmathew added enhancement New feature or request Under Review This is being discussed without planned changes labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Under Review This is being discussed without planned changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants