update
This commit is contained in:
parent
28933b6af8
commit
ee55a0b016
12 changed files with 885 additions and 1 deletions
19
technology/applications/utilities/retry-cli.md
Normal file
19
technology/applications/utilities/retry-cli.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/demoray/retry-cli
|
||||
rev: 2025-01-28
|
||||
---
|
||||
|
||||
# retry-cli
|
||||
retry is a command line tool written in Rust intended to automatically re-run failed commands with a user configurable delay between tries.
|
||||
|
||||
## Usage
|
||||
Usage: `retry [OPTIONS] <COMMAND>...`
|
||||
|
||||
| Option | Description |
|
||||
| ------------------------------- | -------------------------------------------------------------- |
|
||||
| `--attempts <ATTEMPTS>` | Amount of retries (default: `3`) |
|
||||
| `--min-duration <MIN_DURATION>` | minimum duration (default: `10ms`) |
|
||||
| `--max-duration <MAX_DURATION>` | maximum duration |
|
||||
| `--jitter <JITTER>` | amount of randomization to add to the backoff (default: `0.3`) |
|
||||
| `--factor <FACTOR>` | backoff factor (default: `2`) |
|
Loading…
Add table
Add a link
Reference in a new issue