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
We'll need to call the "redis rate limit functions" in shared any time we're making a call to github to rate limit a specific gh app/owner. Those functions are made and exist here https://github.com/codecov/shared/blob/2f846bffec0b8391362fd8d8acd67dd15079c6ed/shared/rate_limits/__init__.py. We need to add it in the make_api_call layer to ensure we set the redis key to rate limited when that happens
make_api_call
The text was updated successfully, but these errors were encountered:
adrian-codecov
No branches or pull requests
We'll need to call the "redis rate limit functions" in shared any time we're making a call to github to rate limit a specific gh app/owner. Those functions are made and exist here https://github.com/codecov/shared/blob/2f846bffec0b8391362fd8d8acd67dd15079c6ed/shared/rate_limits/__init__.py. We need to add it in the
make_api_call
layer to ensure we set the redis key to rate limited when that happensThe text was updated successfully, but these errors were encountered: