Merge pull request #9460 from hashicorp/ml4-patch-4

Update group.mdx
This commit is contained in:
James Rasell 2020-11-27 11:44:01 +01:00 committed by GitHub
commit 1779d5f89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ job "docs" {
stopping a group's tasks. The delay occurs between Consul deregistration
and sending each task a shutdown signal. Ideally, services would fail
healthchecks once they receive a shutdown signal. Alternatively
`shutdown_delay` may be set to give in flight requests time to complete
`shutdown_delay` may be set to give in-flight requests time to complete
before shutting down. A group level `shutdown_delay` will run regardless
if there are any defined group services. In addition, tasks may have their
own [`shutdown_delay`](/docs/job-specification/task#shutdown_delay)