← Back to Explore

retry-exhaustion-stop

Tests that RETRY exhaustion with STOP halts the runbook

retries

Rundown


# RETRY Exhaustion STOP

Tests that RETRY exhaustion with STOP halts the runbook.

## 1. Critical step

- PASS: COMPLETE
- FAIL: RETRY 1 STOP

Fails initially, retries once. If it fails again, it STOPS the runbook.

```bash
rd echo --result fail --result fail
```

Run

Fails twice, exhausts retry, runbook stops

Initializing...

Initializing...

Step/