Skip to content

Commit

Permalink
docs: Documented --ft and --retry-limit options
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 25, 2023
1 parent ca5aad2 commit 7db7261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guide/src/docs/asciidoc/job-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Style of progress bar (default: `ascii`)
- `log`: ASCII logs
- `none`: no progress bar
`--ft`::
Enable step fault-tolerance.
Use in conjunction with retry and skip limit/policy.

`--retry-limit`::
Maximum number of times to try a failed item. Both 0 and 1 mean no retry (default: 1).

`--skip-policy`::
Policy to determine what should be done when errors occur during processing.

Expand Down

0 comments on commit 7db7261

Please sign in to comment.