Geo - Remove usage of Geo::FileRegistryRemovalWorker
requested to merge 375633-geo-remove-usage-of-geo-fileregistryremovalworker-in-favor-of-geo-destroyworker into master
What does this MR do and why?
Remove usage of Geo::FileRegistryRemovalWorker
worker since it is used only by the job artifacts and uploads data types, and both have been migrated to the self-service framework in &3114 (closed), and &3115 (closed). The self-service framework relies on Geo::DestroyWorker
to remove registries.
It also applies !97442 (merged) to the Geo::DestroyWorker
to limit enqueued Geo::FileRegistryRemovalWorker
jobs to a finite number rather than leaving it open-ended.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related issues
Related to #375633 (closed)
Edited by Douglas Barbosa Alexandre