Pipeline should fail if finalizing an incomplete background migration
Migrations running finalization for batched background migrations should raise an error message that the background migration hadn't been finished yet and abort. That way we wont accidentally spend 10h finalizing a background migration that's still running.
Deliverables
-
Returns a warning that a background migration is incomplete -
Don't finalize background migrations in the pipeline
Edited by Jon Jenkins