Client configuration max_kill_timeout
is not used.
#10005
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/config
type/bug
Milestone
Nomad version
Nomad 0.9.0+
Issue
The
max_kill_timeout
is not being used when determining how long to wait to force kill a task. The default value of30s
is also potentially too low.Reproduction steps
nomad agent -dev
)Expected result
The job allocation is forced killed after
30s
(defaultmax_kill_timeout
).Actual result
The job allocation is only forced killed after
10m
(value ofkill_timeout
in the task).Job file
Nomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: