schemachange icon indicating copy to clipboard operation
schemachange copied to clipboard

Add in repeatable migration batching process

Open nickpileggi947 opened this issue 1 year ago • 0 comments

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.

nickpileggi947 avatar Feb 04 '24 00:02 nickpileggi947