feat: Handle too_many_requests errors / Retry-After header#187
Merged
davidgrayston-paddle merged 6 commits intomainfrom Oct 6, 2025
Merged
feat: Handle too_many_requests errors / Retry-After header#187davidgrayston-paddle merged 6 commits intomainfrom
too_many_requests errors / Retry-After header#187davidgrayston-paddle merged 6 commits intomainfrom
Conversation
too_many_requests errors
28e4bae to
1147e69
Compare
too_many_requests errorstoo_many_requests errors / expose Retry-After header
too_many_requests errors / expose Retry-After headertoo_many_requests errors / Retry-After header
a7a6550 to
5f353e1
Compare
1c3214d to
e34b96f
Compare
e34b96f to
87bc223
Compare
a2ce0c6 to
83ac6e8
Compare
| @@ -1,13 +1,15 @@ | |||
| import { type Client } from '../api/client.js'; | |||
| import { type Response, type ErrorResponse } from '../types/response.js'; | |||
Contributor
Author
There was a problem hiding this comment.
Using Symbol to prevent collisions
83ac6e8 to
78975cb
Compare
samcolby
reviewed
Oct 6, 2025
samcolby
approved these changes
Oct 6, 2025
mikeymike
approved these changes
Oct 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
ApiErrorwill now haveretryAfterproperty set for too_many_requests errors