Skip to content

WIP: Resolve "Projects deleted on the primary may not be deleted on the secondary due to sidekiq losing jobs"

What does this MR do?

Add a pending_delete attribute to the Geo::ProjectRegistry table, set it to true and then schedule a project deletion worker asynchronously. Geo::RepositorySyncWorker reschedules removals for cases where the worker is lost.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3651 (closed)

Merge request reports