Skip to content

Commit

Permalink
Merge pull request #8521 from hashicorp/docs-hearbeat
Browse files Browse the repository at this point in the history
docs: s/hearbeat/heartbeat and fix link
  • Loading branch information
schmichael committed Jul 23, 2020
2 parents 1cb9e75 + b2dea4c commit f651278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/heartbeatstop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestHearbeatStop_allocHook(t *testing.T) {
func TestHeartbeatStop_allocHook(t *testing.T) {
t.Parallel()

server, _, cleanupS1 := testServer(t, nil)
Expand Down
4 changes: 2 additions & 2 deletions website/pages/docs/job-specification/group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ job "docs" {
will stop allocations based on this task group. By default, a client
will not stop an allocation until explicitly told to by a server. A
client that fails to heartbeat to a server within the
`hearbeat_grace` window and any allocations running on it will be
[`heartbeat_grace`] window and any allocations running on it will be
marked "lost" and Nomad will schedule replacement
allocations. However, these replaced allocations will continue to
run on the non-responsive client; an operator may desire that these
Expand Down Expand Up @@ -247,7 +247,7 @@ group "second" {
[spread]: /docs/job-specification/spread 'Nomad spread Job Specification'
[affinity]: /docs/job-specification/affinity 'Nomad affinity Job Specification'
[ephemeraldisk]: /docs/job-specification/ephemeral_disk 'Nomad ephemeral_disk Job Specification'
[`heartbeat_grace`]: /docs/configuration/server/#heartbeat_grace
[`heartbeat_grace`]: /docs/configuration/server#heartbeat_grace
[meta]: /docs/job-specification/meta 'Nomad meta Job Specification'
[migrate]: /docs/job-specification/migrate 'Nomad migrate Job Specification'
[network]: /docs/job-specification/network 'Nomad network Job Specification'
Expand Down

0 comments on commit f651278

Please sign in to comment.