Skip to content

Removes old/finalized batched background migration

Vijay Hawoldar requested to merge vij-remove-finalized-bbm into master

What does this MR do and why?

The backfill_project_statistics_storage_size_with_recent_size BBM was finalized a month ago (!128730 (merged)), so we can safely remove it

Checking some usual things before removal:

  • Making sure that the BBM was completed in production
  • Making sure that the BBM was finalized
  • Making sure that the BBM class was not re-used/re-queued by other migration

This fixes a broken master (internal link)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vijay Hawoldar

Merge request reports

Loading