Skip to content

Commit

Permalink
docs: add retry_max agent config option (#15487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirschner-hashicorp authored Nov 21, 2022
1 parent 8079686 commit d3dede5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/docs/agent/config/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,8 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."

- `retry_interval` Equivalent to the [`-retry-interval` command-line flag](/docs/agent/config/cli-flags#_retry_interval).

- `retry_max` - Equivalent to the [`-retry-max`](/docs/agent/config/cli-flags#_retry_max) command-line flag.

- `retry_join_wan` Equivalent to the [`-retry-join-wan` command-line flag](/docs/agent/config/cli-flags#_retry_join_wan). Takes a list of addresses to attempt joining to WAN every [`retry_interval_wan`](#_retry_interval_wan) until at least one join works.

- `retry_interval_wan` Equivalent to the [`-retry-interval-wan` command-line flag](/docs/agent/config/cli-flags#_retry_interval_wan).
Expand Down

0 comments on commit d3dede5

Please sign in to comment.