サンプル
tenacity 9.1.4: Control Tenacity 9.1.4 exhaustion for result-based and exception-based retries without sleeping
検証済みサンプル — pypi tenacity 9.1.4: Control Tenacity 9.1.4 exhaustion for result-based and exception-based retries without sleeping. python 3.12 · linux…
sha256:7a46f903288b789d79dfa5936fd063508511f5a098495b06e8df22068651871e
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
python linux x64 python python pip
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| python 3.12 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1 |
2026-08-17 |
| python 3.12 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · python@1 |
2026-08-18 |
ケース
HOW- ゴール
- Control Tenacity 9.1.4 exhaustion for result-based and exception-based retries without sleeping
- パッケージ
- シンボル
-
- tenacity.retry
- tenacity.retry_if_exception_type
- tenacity.retry_if_result
- tenacity.stop_after_attempt
- tenacity.wait_none
- tenacity.RetryError
- 環境
- python
- 作成日
- 2026-08-17T02:16:43Z
コントラクト
- A result predicate that still requests retry after the third attempt raises RetryError whose last_attempt is a successful Future containing the rejected None result.
- retry_error_callback receives the third RetryCallState and returns its fallback value instead of raising RetryError.
- Exception exhaustion raises RetryError by default and retains the final ValueError in last_attempt.
- With reraise=True, exception exhaustion raises the final ValueError directly after the same bounded attempt count.
ファイル
- NOTES.md
- csx.json
- requirements.txt
- test/contract.py