fix: return 503 for rate limit traffic shaping#9013
Conversation
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 2 changed, 0 removedBuild ID: a75b70f1109cd86cc7a71f06 URL: https://www.apollographql.com/docs/deploy-preview/a75b70f1109cd86cc7a71f06
|
This comment has been minimized.
This comment has been minimized.
Applied suggestions from AI review 20260312-911566dd-9013-25452252edc153f9: - docs/source/routing/performance/traffic-shaping.mdx:58: Do not use an article before a standalone product name like Apollo Router.; Use ... - docs/source/routing/errors.mdx:58: Use reader-centric language like "your" to clarify ownership of the configuratio... Review: #9013 Triggered by: caroline.rodewig@apollographql.com
Reverts #8765.
The 429 error code indicates that a single client has sent too many requests, not that the entire service has received too many requests. This PR replaces the 429 with a 503.
Checklist
Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.
Exceptions
Note any exceptions here
Notes
Footnotes
It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this. ↩
Configuration is an important part of many changes. Where applicable please try to document configuration examples. ↩
A lot of (if not most) features benefit from built-in observability and
debug-level logs. Please read this guidance on metrics best-practices. ↩Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions. ↩