Figure out how to deal with Github API limits in ephemeral build runners. #10828
Labels
area/platform
issues related to the platform
team/compose
team/platform-move
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Today we are running into Github API limit errors when creating new ephemeral build runners: https://github.com/airbytehq/airbyte/runs/5406131335?check_suite_focus=true#step:3:244
This is probably because we are running more and more builds and hitting the 5k PAT limit.
Github rate limit: https://docs.github.com/en/developers/apps/building-github-apps/rate-limits-for-github-apps#user-to-server-requests
Build action we use: https://github.com/machulav/ec2-github-runner
This is probably an infrastructure issue. Dropping it here for tracking.
Describe the solution you’d like
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered: