Skip to content

Handle file write rate limits#652

Closed
tode-rl wants to merge 3 commits intomainfrom
feature/handle-file-write-rate-limits
Closed

Handle file write rate limits#652
tode-rl wants to merge 3 commits intomainfrom
feature/handle-file-write-rate-limits

Conversation

@tode-rl
Copy link
Copy Markdown
Contributor

@tode-rl tode-rl commented Oct 7, 2025

No description provided.

tode-rl and others added 3 commits October 1, 2025 16:51
- Add comprehensive test suite for rate limit handling on file operations
- Document rate limit behavior and retry configuration in README
- Verify existing exponential backoff retry logic works for 429 errors
- Add tests for write_file_contents and upload_file retry scenarios
- Test both sync and async clients with various retry configurations
- Maintain backward compatibility with existing API

The base client already implements retry logic for 429 errors with:
- Default 5 retry attempts with exponential backoff
- Respect for Retry-After headers
- Configurable max_retries parameter

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@tode-rl
Copy link
Copy Markdown
Contributor Author

tode-rl commented Oct 7, 2025

Don't need, 429 already handled in POSTs

@tode-rl tode-rl closed this Oct 7, 2025
@tode-rl tode-rl deleted the feature/handle-file-write-rate-limits branch October 7, 2025 22:41
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.

1 participant