You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -646,7 +653,6 @@ func (s *githubRunnerScaler) getGithubRequest(ctx context.Context, url string, m
646
653
647
654
ifr.Header.Get("X-RateLimit-Remaining") !="" {
648
655
s.rateLimit=s.getRateLimit(r.Header)
649
-
s.logger.V(0).Info(fmt.Sprintf("GitHub API rate limits: remaining %d, retry after %s, reset time %s", s.rateLimit.Remaining, s.rateLimit.RetryAfterTime, s.rateLimit.ResetTime))
650
656
}
651
657
652
658
ifr.StatusCode!=200 {
@@ -822,13 +828,13 @@ func (s *githubRunnerScaler) GetWorkflowQueueLength(ctx context.Context) (int64,
0 commit comments