|
"<StartBoundary>2020-01-01T01:00:00</StartBoundary>\n" |
Currently the git maintenance tasks scheduling on Windows machines all have a common start time and repeat scheduling. In large repositories with thousands of downstream clones, this results in every local repo clone running maintenance tasks simultaneously, which is negatively impacting the backend infrastructure.
Suggestion: Change these scheduling triggers to be at startup or at logon and then repeat at the normal cadence (hourly, daily, weekly) indefinitely, in order to stagger the maintenance tasks triggering.