You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github has a rate limit in-place for unauthenticated requests to their API which is 60 requests per hour.
For any production usage, this is a very low quota.
However, if the requests are authenticated (even if accessing public repositories), the quota is 5000 requests per hour, which should suffice for most use cases.
Therefore, a warning should be shown if the configuration lacks an apitoken for github repositories, regardless of whether the repository is private or not.
In scope of this issue is to include this warning in the README for public github repository setup as well.
You can reuse the mechanics of #62 for showing this warning.
The text was updated successfully, but these errors were encountered:
Github has a rate limit in-place for unauthenticated requests to their API which is 60 requests per hour.
For any production usage, this is a very low quota.
However, if the requests are authenticated (even if accessing public repositories), the quota is 5000 requests per hour, which should suffice for most use cases.
Therefore, a warning should be shown if the configuration lacks an
apitoken
for github repositories, regardless of whether the repository is private or not.In scope of this issue is to include this warning in the README for public github repository setup as well.
You can reuse the mechanics of #62 for showing this warning.
The text was updated successfully, but these errors were encountered: