Skip to content

Geo - Fix repository synchronization order for projects updated recently

Douglas Barbosa Alexandre requested to merge da-fix-repository-sync-order into master

What does this MR do?

Take the last_repository_successful_sync_at column into account when ordering the projects updated recently.

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

Should we also take last_wiki_successful_sync_at into account?

Why was this MR needed?

We are prioritizing repositories with high activity, so repositories that the last sync failed but never received an update will be picked later or never.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/5054

Edited by Douglas Barbosa Alexandre

Merge request reports