It would be useful to make the retry behavior configurable when API requests fail due to temporary network issues or rate limits.
Suggested improvements:
- Allow configuring maximum retry attempts.
- Support exponential backoff.
- Provide an option to disable retries.
- Log retry attempts for easier debugging.
This would improve reliability in unstable network environments.
It would be useful to make the retry behavior configurable when API requests fail due to temporary network issues or rate limits.
Suggested improvements:
This would improve reliability in unstable network environments.