Skip to content

Occasional burst of HTTP 403 Errors when querying the GraphQL endpoint w/ app token #24494

Discussion options

You must be logged in to vote
jamesdh:

Are there any common causes for this that are not documented? I’m not hitting my rate limit, and this is separate from the 5xx errors that one might get if the server takes too long to query GitHub’s own backend and times out.

My assumption is that this is some sort of undocumented restriction when querying the API too frequently in too short of a period of time. Is there any information regarding this anywhere?

👋 @jamesdh: It sounds like you’re not hitting the primary rate limit, but the secondary rate limit (also known as the anti-abuse rate limit).

The GraphQL API has anti-abuse rate limits just like its older sibling, the REST API (more on the REST API’s abuse rate limit…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rocodcli
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment