mirror of https://github.com/sysown/proxysql
The CI-trigger workflow polls `gh run list` in a loop every 5 seconds to find the CI-builds run ID. With 20+ concurrent CI workflows, this generates ~480 API calls/minute, exhausting the GITHUB_TOKEN rate limit (1,000 requests/hour) and causing HTTP 403 errors that block CI execution entirely. Increasing the polling interval to 20 seconds reduces API call rate by 4x (~120 calls/min across all workflows), keeping the repository well under the rate limit while adding negligible delay to CI completion (the builds themselves take 15-25 minutes).ci-reduce-polling-interval
parent
77994a3692
commit
76434aca35
Loading…
Reference in new issue