retry.py
Current Alternative
Configureretries, delay_between_retries, and exponential_backoff as shown in Retry Model Requests. Test the retry path with a controlled transient 429, connection failure, or 5xx response.
Full source: cookbook/90_models/internlm/retry.py