Hi,
After deploying ~20 runners/pods I noticed that after half an hour they are up and running I received an error that appeared inside the controller-manager container saying I've reached the maximum of GitHub Apps's rate limit of 5,000 requests per hour.
Why the actions-runner-controller API is making too many concurrent requests in such a short time to Github?
Is it possible to reduce it significantly?
These are the settings I added to avoid this issue but they did not help:
kind: HorizontalRunnerAutoscaler
spec:
scaleDownDelaySecondsAfterScaleOut: 60
And --sync-period=10m
Hi,
After deploying ~20 runners/pods I noticed that after half an hour they are up and running I received an error that appeared inside the controller-manager container saying I've reached the maximum of GitHub Apps's rate limit of 5,000 requests per hour.
Why the actions-runner-controller API is making too many concurrent requests in such a short time to Github?
Is it possible to reduce it significantly?
These are the settings I added to avoid this issue but they did not help:
And --sync-period=10m