HTTP Retry Session

A hardened requests.Session with urllib3 Retry - exponential backoff, a status-forcelist for 429/5xx, honored Retry-After, and a hard connect/read timeout on every call. Use when the user asks to make HTTP calls more reliable, add retries to requests, handle 429 rate limits, set request timeouts, or stop a scraper from hanging on a slow endpoint.

baronguyen001 9724812 2 files · 5.9 KB Updated

File contents

baronguyen001/ai-automation-skills/tree/main/skills/http-retry-session commit 9724812960

Frequently asked questions

npx skillmds@latest add baronguyen001/http-retry-session