flow: retry combinator — re-run node on raised exceptions + 6 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s

(retry n node) re-runs up to n attempts on a raised exception; the last attempt's
exception propagates. Explicit (fail ...) values are NOT retried — they pass through.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:39:21 +00:00
parent f3da3b975a
commit 4674620d7e
5 changed files with 47 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
{
"total": 36,
"passed": 36,
"total": 42,
"passed": 42,
"failed": 0,
"suites": {
"basic": { "passed": 18, "total": 18 },
"control": { "passed": 18, "total": 18 }
"control": { "passed": 24, "total": 24 }
},
"phases": { "phase1": "done", "phase2": "in-progress" }
}