mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
test(cli): mirror exact server-emitted retry/stop_after_if YAML
Use the real-world YAML shape from the report — a constant retry that also emits the default exponential block, plus stop_after_if with skip_if_stopped: true and error_message: null. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+5
-4
@@ -15,13 +15,14 @@ value:
|
||||
language: deno
|
||||
retry:
|
||||
constant:
|
||||
attempts: 2
|
||||
seconds: 5
|
||||
attempts: 1
|
||||
seconds: 60
|
||||
exponential:
|
||||
attempts: 0
|
||||
multiplier: 1
|
||||
seconds: 0
|
||||
random_factor: null
|
||||
seconds: 0
|
||||
stop_after_if:
|
||||
expr: "false"
|
||||
error_message: null
|
||||
expr: result == 404
|
||||
skip_if_stopped: true
|
||||
|
||||
Reference in New Issue
Block a user