Skip to content

Moved PostReceive push services to background worker

What does this MR do?

In order to improve the performance on the PostReveice worker, one of the first steps is to move the push services (GitTagPushService and GitPusService) to a background worker.

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

Why was this MR needed?

To improve the performance of the PostReceive worker.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Refs #37736 (closed)

Merge request reports