Skip to content

fix: handle 429 rate limits gracefully with retry#973

Open
Raghuboi wants to merge 1 commit into
anthropics:mainfrom
Raghuboi:fix/429-retry-812
Open

fix: handle 429 rate limits gracefully with retry#973
Raghuboi wants to merge 1 commit into
anthropics:mainfrom
Raghuboi:fix/429-retry-812

Conversation

@Raghuboi
Copy link
Copy Markdown

Fixes #812 - SDK now catches 429 rate limit errors, reads Retry-After header, and retries with exponential backoff (max 5 attempts) instead of crashing.

@Raghuboi Raghuboi closed this May 20, 2026
@Raghuboi Raghuboi reopened this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent SDK should handle 429 rate limits gracefully instead of crashing

1 participant