Skip to content
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

Mitigate rate limit issues #16

Merged
merged 3 commits into from
Dec 9, 2024
Merged

Conversation

ToveRumar
Copy link
Contributor

By using a github token on all rest api calls we use the rate limit of authorized calls which is 5k.
THe rate limit for unauthorised calls is 1k.
This is not sure to solve all problems but should help mitigating it.

This will let us use the authorized rest api call pool of number of fcalls per hour. This is 5k instead of 1k
@ToveRumar ToveRumar merged commit 520cac4 into master Dec 9, 2024
12 checks passed
@ToveRumar ToveRumar deleted the toverumar/add_token_to_api_calls branch December 9, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants