1
0
mirror of synced 2025-12-19 18:10:59 -05:00

docs(graphql): Add note about primary rate limit timeout penalty (#56476)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
Johanan
2025-07-21 21:05:48 +02:00
committed by GitHub
parent 5bb4a95fb1
commit 23cf2e311f

View File

@@ -286,4 +286,6 @@ If {% data variables.product.github %} takes more than 10 seconds to process an
You can check the status of the GraphQL API at [githubstatus.com](https://www.githubstatus.com/) to determine whether the timeout is due to a problem with the API. You can also try to simplify your request or try your request later. For example, if you are requesting a large number of objects in a single request, you can try requesting fewer objects split over multiple queries. You can check the status of the GraphQL API at [githubstatus.com](https://www.githubstatus.com/) to determine whether the timeout is due to a problem with the API. You can also try to simplify your request or try your request later. For example, if you are requesting a large number of objects in a single request, you can try requesting fewer objects split over multiple queries.
If a timeout occurs for any of your API requests, additional points will be deducted from your primary rate limit for the next hour to protect the speed and reliability of the API.
{% endif %} {% endif %}