·python-resilience
</>

python-resilience

wshobson/agents

自動再試行、指数関数的バックオフ、タイムアウト、フォールト トレラント デコレーターなどの Python 復元パターン。再試行ロジックの追加、タイムアウトの実装、フォールト トレラント サービスの構築、または一時的な障害の処理を行う場合に使用します。

1.1Kインストール·57トレンド·@wshobson

インストール

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

SKILL.md

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.

自動再試行、指数関数的バックオフ、タイムアウト、フォールト トレラント デコレーターなどの Python 復元パターン。再試行ロジックの追加、タイムアウトの実装、フォールト トレラント サービスの構築、または一時的な障害の処理を行う場合に使用します。 ソース: wshobson/agents。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/wshobson/agents --skill python-resilience
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-09
更新日
2026-02-18

クイックアンサー

python-resilience とは?

自動再試行、指数関数的バックオフ、タイムアウト、フォールト トレラント デコレーターなどの Python 復元パターン。再試行ロジックの追加、タイムアウトの実装、フォールト トレラント サービスの構築、または一時的な障害の処理を行う場合に使用します。 ソース: wshobson/agents。

python-resilience のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/wshobson/agents --skill python-resilience インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/wshobson/agents