Skip to content

move syncExternalService in setExternalServiceRepos into goroutine

Administrator requested to merge slow-set-repos into main

Created by: arussellsaw

closes #19235 (closed)

We don't really need the output of this request, and it's dispatching an async job anyway, so i've moved it into a goroutine to speed things up. We still need to refactor the handler being called at some point, as it doesn't really do what you expect.

Merge request reports

Loading