Prompt shell
Replace highlighted brackets, then copy.
When a step fails, retry up to [n] times with [backoff] seconds between. Stop and report after final failure.
How to use
n- replace the bracketed field with your infobackoff- replace the bracketed field with your info
Provide (Inputs)
- Max retries
- Backoff
- Failure criteria
Expected output (Outputs)
- Retry attempts
- Final error report
Tips
- Keep retries low.
- Use exponential backoff if possible.
- Report root cause guess.