-
Notifications
You must be signed in to change notification settings - Fork 15
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
github token pool from community #5
Comments
Here is some thoughts:
Also, per GitHub's ToS:
I have my personal bot account @SukkaBot and I can share a PAT of that account. |
Thanks for the inputs dear @SukkaW and willing to donate PAT (i think we can use fine-ganed ones nowadays btw). Running this server for ~2 years now we barely hit the limit of API usage with the current caching strategy so it is not a high priority. What i like to start btw would be to have a (cached) healthcheck endpoint that tells if the token is currently rate limited or not. We can also potentially write rate limit errors to a new KV namespace so we first gain better insights. |
Currently, deployment uses one personal token of mine. Using a token pool from the community, we shall load balance requests.
Using limited GitHub tokens, they will be only and only possible to be used for public repo queries.
Some concerns:
The text was updated successfully, but these errors were encountered: