Skip to main content
Back to registry

python-resilience

wshobson/agents

Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill python-resilience
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable. Retry transient errors (network timeouts, temporary service issues). Don't retry permanent errors (invalid credentials, bad requests). Increase wait time between retries to avoid overwhelming recovering services. Add randomness to backoff to prevent thundering herd when many clients retry simultaneously. Cap both attempt count and total duration to prevent infinite retry loops. Use the tenacity library for production-grade retry logic.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does python-resilience do?

Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.

Is python-resilience good?

python-resilience does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does python-resilience work with?

python-resilience currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to python-resilience?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install python-resilience?

npx skills add https://github.com/wshobson/agents --skill python-resilience

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering