-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
API Rate Limit #24
Comments
We should instead gracefully handle when rate limited and continue with what we can but also let the user know in the output that due to rate limits this isnt the full context possible for the response. |
I don't think it's unlimited fetch depth that's causing it. This PR #21 introduced a package Current call count using that package:
Call count without using that package without removing
I tend to avoid using it completely the time benefits usually are not necessary especially for action plugins. Unless they involve API calls it's fine. |
The unlimited issue fetch depth is leading to rate limiting for the REST and GraphQL API calls. A maximum depth for issue fetching should be created.
Action Run: Run
The text was updated successfully, but these errors were encountered: