Update Go Modules Runs Causes Rate Limit Issues #966
Labels
hacktoberfest
Hacktoberfest eligible
note:ideal-for-contribution
An issue that a contributor can help us with
type:bug
A general bug
Expected Behavior
Each repo should have a job to update go modules. It should run successfully.
Current Behavior
It will run for most of our repos, but there is a growing number of repos and what happens is that about 10-20% of the repos will fail when the job runs. This is because all of the jobs are configured to run on a cron schedule which kicks off at exactly the same time. This pushes us over Github rate limits.
Possible Solution
Two potential solutions come to mind:
Steps to Reproduce
https://github.com/paketo-buildpacks/dynatrace/actions/runs/3870244851/attempts/1
Motivations
It is a pain to go and re-run all the failed jobs each week. If that doesn't happen, then updates do not get applied to all of the buildpacks.
The text was updated successfully, but these errors were encountered: