Skip to content

Geo - Improve Geo::RepositoriesCleanUpWorker

username-removed-283999 requested to merge geo-repository-clean-up-worker into master

What does this MR do?

Check if project repository exists on the secondary node before scheduling removal.

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

No.

Why was this MR needed?

There is a possibility that a project does not have repository or wiki on a secondary node and we'll just end up enqueuing them on Sidekiq.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3132 (closed)

/cc @stanhu @brodock @to1ne

Edited by username-removed-283999

Merge request reports