Finalize RequeueBackfillWorkspaceAgentkStates
MR: Pending
Description
To ensure that 100% of the data is migrated, finalize the migration RequeueBackfillWorkspaceAgentkStates
in %18.6 in compliance with https://docs.gitlab.com/development/database/batched_background_migrations/#finalize-a-batched-background-migration.
Acceptance criteria
-
Finalize the BBM.
Implementation plan
- Create a migration file called
EnsureRequeueBackfillWorkspaceAgentkStatesIsCompleted
. - Use
ensure_batched_background_migration_is_finished
function with the migration class nameRequeueBackfillWorkspaceAgentkStates
.
[Provide a high-level plan for implementation of this issue, including relevant technical and/or design details.]
Edited by Ashvin Sharma