move syncExternalService in setExternalServiceRepos into goroutine
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.