mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
add documention
This commit is contained in:
@@ -54,6 +54,11 @@ job "docs" {
|
||||
[`max_kill_timeout`][max_kill] on the agent running the task, which has a
|
||||
default value of 30 seconds.
|
||||
|
||||
- `kill_signal` `(string)` - Specifies a configurable kill signal for a task,
|
||||
where the default is SIGINT. Note tha this is only supported for drivers
|
||||
which accept sending signals (currently docker, exec, raw_exec, and java
|
||||
drivers).
|
||||
|
||||
- `leader` `(bool: false)` - Specifies whether the task is the leader task of
|
||||
the task group. If set to true, when the leader task completes, all other
|
||||
tasks within the task group will be gracefully shutdown.
|
||||
|
||||
Reference in New Issue
Block a user