We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep triggering redsky's rate limit. it'd be nice to avoid that w/o any intervention on my part
add a wait timer between requests. configure the rate limit to be in reference to an environment variable.
change the user agent for each request, but that seems shady
The text was updated successfully, but these errors were encountered:
Jonathan-Zollinger
No branches or pull requests
Summary
I keep triggering redsky's rate limit. it'd be nice to avoid that w/o any intervention on my part
Proposed Solution
add a wait timer between requests. configure the rate limit to be in reference to an environment variable.
Alternative
change the user agent for each request, but that seems shady
Requirements
Additional Context
I assume many failed gh-actions runs on main fail because the PR just prior to it ran too many calls in a short time.Code of Conduct
The text was updated successfully, but these errors were encountered: