mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
Update website/pages/docs/job-specification/lifecycle.mdx
Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
@@ -17,7 +17,7 @@ configuring when a task is run within the lifecycle of a task group.
|
||||
Main tasks are tasks that do not have a `lifecycle` stanza. Lifecycle task hooks
|
||||
specify when other tasks are run in relation to the main tasks.
|
||||
There are three different lifecycle hooks, indicating when a task is started:
|
||||
* prestart tasks are immediately
|
||||
* prestart tasks are started immediately
|
||||
* poststart tasks are started after the main tasks are running
|
||||
* poststop tasks are started after the main tasks are dead
|
||||
|
||||
|
||||
Reference in New Issue
Block a user