HI There,
We are getting 200 status code with 2025-01
instead of 429 in an event where the complexity budget is exhausted. See the picture below.
The 2024-10 version correctly returns 429 error code with Retry-After header.
Can you please fix this?
Thanks
429 was actually the bug/erroneous response. The other rate limits are request limits (HTTP calls per minute etc.) so would return 429. GraphQL complexity limits are GraphQL responses and as such, per the GraphQL standards, supposed to be returned in a 200 status.
Also the complexity errors were 200 responses until 2024-10, and are now back to how they were before.