[b]"What's the best way to implement python retry for API calls?"[/b] or [b]"How do you handle python retry logic

12 Replies, 1546 Views

If you’re into async, check out `aiohttp_retry`. It’s built for async API calls and handles retries + backoff like a champ.

Also, +1 for jitter—it’s a lifesaver when you’ve got a ton of clients hitting the same endpoint.

For sync stuff, `requests` + `tenacity` is my go-to python retry combo.

Messages In This Thread



Users browsing this thread: 1 Guest(s)