Skip to content

Fix concurrent fork network migrations

What does this MR do?

This migration avoids rescheduling the background migration PolupateForkNetworksRange that was rescheduled multiple times to big bugs.

It also avoids the exception if the CreateForkNetworkMembers migration was already queued to run concurrently.

I've added a ~Documentation blurb to avoid this in the future.

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #41487 (closed)

Edited by Yorick Peterse

Merge request reports