Skip to content

Commit

Permalink
heartbeat_grace is a server parameter (#13288)
Browse files Browse the repository at this point in the history
`heartbeat_grace` is a `server` parameter, not a `client` parameter.
  • Loading branch information
shantanugadgil committed Jun 8, 2022
1 parent e751087 commit b1a84bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/job-specification/group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ operators want zero on-client downtime due to node connectivity issues. This
setting cannot be used with [`stop_after_client_disconnect`].

```hcl
# client_config.hcl
# server_config.hcl
client {
server {
enabled = true
heartbeat_grace = "2m"
}
Expand Down

0 comments on commit b1a84bb

Please sign in to comment.