Skip to content

Mitigate rate limit issues#16

Merged
ToveRumar merged 3 commits intomasterfrom
toverumar/add_token_to_api_calls
Dec 9, 2024
Merged

Mitigate rate limit issues#16
ToveRumar merged 3 commits intomasterfrom
toverumar/add_token_to_api_calls

Conversation

@ToveRumar
Copy link
Copy Markdown
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
@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