Decrease Gitlab to Cloud Source Repositories mirroring throttling from 5 to 1 minute

Need help to decrease push mirroring time from 5 to 1 minute. There is one option as per Push mirroring | GitLab, but I don’t want to use it as we have non-protected branches too.
Is there any other way to fix it ??

For push mirroring no, as you found in the documentation, no option exists for that. You can do it with pull mirroring though, but then you need to purchase a subscription - unless of course you already have a subscription.

2 Likes

Is there any API option to trigger the push @iwalker ??

No, there isn’t. I checked that in the documentation as well when I read it. For push you can only create the push config, that is all. Pull allows more configuration but not surprising when you pay for it.