Skip to content

Move batched BG helpers to separate module

Patrick Bair requested to merge pb-move-batched-bg-migrations-to-module into master

What does this MR do and why?

Move migration helpers for batched background migrations into a separate module from the existing background migrations, to clearly indicate they are two separate and incompatible approaches. Also added some comments on the module to explain what batched background migrations are, and their current status.

We've had some confusion around this recently which was brought up in !73847 (merged), and it's not clear how these different methods work together.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Patrick Bair

Merge request reports