Coding Resilience

Use when code depends on any external resource that can be absent, slow, flaky, rate-limited, or vanish mid-run - a network connection, remote service or HTTP/REST API, proxy, DNS name, database or connection pool, mount, disk space, CPU/memory headroom, or SSH/VNC session. Keywords - retry, backoff, jitter, timeout, health check, circuit breaker, graceful degradation, self-healing, pool eviction, rate limit, 429, connection reset, flaky, hang. For where resilience lives in a layered app see coding-python-clean-architecture; for library picks see coding-python-use-modern-libraries.

bitranox 9636441 2 files · 8.7 KB Updated

File contents

bitranox/bitranox-skills/tree/main/plugins/bitranox/skills/coding-resilience commit 96364419ac

Frequently asked questions

npx skillmds@latest add bitranox/coding-resilience