mirror of
https://github.com/nick-fields/retry.git
synced 2025-12-29 03:09:37 +08:00
8 lines
179 B
Bash
8 lines
179 B
Bash
INPUT_TIMEOUT_MINUTES=1
|
|
INPUT_MAX_ATTEMPTS=3
|
|
INPUT_COMMAND="node -e 'process.exit(99)'"
|
|
INPUT_RETRY_WAIT_SECONDS=10
|
|
SHELL=pwsh
|
|
INPUT_POLLING_INTERVAL_SECONDS=1
|
|
INPUT_RETRY_ON=any
|