Zero Configuration
The HTTP 429 “Too Many Requests” client error response status code indicates that the client has sent too many requests within a given time period. This mechanism, known as “rate limiting,” is employed by servers to prevent overload, ensure fair resource usage, and mitigate potential abuse or denial-of-service attacks. When dartantic gets a 429 response, it will retry automatically without you having to do anything:Timing Strategy
Dartantic will use an incremental backoff algorithm along with a random “jitter” to see if it can get a response to go through.Next Steps
- Usage Tracking - Monitor retry costs
- Providers - Provider-specific limits

