Retry Needs Backoff And Cap

Give every reconnect loop exponential backoff, a ceiling, a class of failures it refuses to retry, and a lifecycle gate — then give the feature a health signal, because one that fails silently stays broken for months. Use when a background connection drains the battery, when a bad credential produces an endless reconnect, or when an integration quietly stopped working.

maxrave-dev b042657 8.5 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/retry-needs-backoff-and-cap commit b042657990

Frequently asked questions

npx skillmds@latest add maxrave-dev/retry-needs-backoff-and-cap