Tag
Python
1 post tagged Python.
2 September 2026
Retrying an HTTP request in Python, properly
A retry with exponential backoff and jitter that only retries what is worth retrying - and does not hammer a service that is already struggling.
Tag
1 post tagged Python.
2 September 2026
A retry with exponential backoff and jitter that only retries what is worth retrying - and does not hammer a service that is already struggling.