Skip to content

feat: Handle too_many_requests errors / Retry-After header#187

Merged
davidgrayston-paddle merged 6 commits intomainfrom
feat/too-many-requests-error
Oct 6, 2025
Merged

feat: Handle too_many_requests errors / Retry-After header#187
davidgrayston-paddle merged 6 commits intomainfrom
feat/too-many-requests-error

Conversation

@davidgrayston-paddle
Copy link
Contributor

@davidgrayston-paddle davidgrayston-paddle commented Oct 2, 2025

Added

@davidgrayston-paddle davidgrayston-paddle changed the title feat: Handle too_many_requests errors feat: Handle too_many_requests errors Oct 2, 2025
@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch 14 times, most recently from 28e4bae to 1147e69 Compare October 2, 2025 11:07
@davidgrayston-paddle davidgrayston-paddle changed the title feat: Handle too_many_requests errors feat: Handle too_many_requests errors / expose Retry-After header Oct 2, 2025
@davidgrayston-paddle davidgrayston-paddle changed the title feat: Handle too_many_requests errors / expose Retry-After header feat: Handle too_many_requests errors / Retry-After header Oct 2, 2025
@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch from a7a6550 to 5f353e1 Compare October 2, 2025 11:19
@davidgrayston-paddle davidgrayston-paddle marked this pull request as ready for review October 2, 2025 11:20
@davidgrayston-paddle davidgrayston-paddle requested a review from a team as a code owner October 2, 2025 11:20
@davidgrayston-paddle davidgrayston-paddle self-assigned this Oct 2, 2025
@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch from 1c3214d to e34b96f Compare October 3, 2025 08:52
@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch from e34b96f to 87bc223 Compare October 3, 2025 15:54
@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch from a2ce0c6 to 83ac6e8 Compare October 3, 2025 16:27
@@ -1,13 +1,15 @@
import { type Client } from '../api/client.js';
import { type Response, type ErrorResponse } from '../types/response.js';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using Symbol to prevent collisions

@davidgrayston-paddle davidgrayston-paddle force-pushed the feat/too-many-requests-error branch from 83ac6e8 to 78975cb Compare October 3, 2025 16:33
@vifer vifer requested a review from samcolby October 6, 2025 08:16
@davidgrayston-paddle davidgrayston-paddle merged commit 5846746 into main Oct 6, 2025
6 checks passed
@davidgrayston-paddle davidgrayston-paddle deleted the feat/too-many-requests-error branch October 6, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants