teepot/crates
Harald Hoyer bb9c5b195e
feat(intel-dcap-api): add automatic retry logic for 429 rate limiting
- Add `max_retries` field to ApiClient with default of 3 retries
- Implement `execute_with_retry()` helper method in helpers.rs
- Update all HTTP requests to use retry wrapper for automatic 429 handling
- Add `TooManyRequests` error variant with request_id and retry_after fields
- Respect Retry-After header duration before retrying requests
- Add `set_max_retries()` method to configure retry behavior (0 disables)
- Update documentation and add handle_rate_limit example
- Enhanced error handling in check_status() for 429 responses

The client now transparently handles Intel API rate limiting while remaining
configurable for users who need different retry behavior or manual handling.

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

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2025-05-28 11:52:32 +02:00
..
intel-dcap-api feat(intel-dcap-api): add automatic retry logic for 429 rate limiting 2025-05-28 11:52:32 +02:00
teepot feat(teepot): add Quote::tee_type method for TEE type determination 2025-05-06 13:18:17 +02:00
teepot-tee-quote-verification-rs feat: add platform-specific implementations for quote verification 2025-05-06 12:36:01 +02:00
teepot-vault refactor: replace custom Quote parsing with library version 2025-05-05 14:54:41 +02:00