Skip to content

Commit d63e074

Browse files
authored
chore: increase template manager force kill timeout (#1505)
1 parent a3363e0 commit d63e074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/provider-gcp/nomad/jobs/template-manager.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ job "template-manager-system" {
4747

4848
%{ if update_stanza }
4949
# https://developer.hashicorp.com/nomad/docs/configuration/client#max_kill_timeout
50-
kill_timeout = "20m"
50+
kill_timeout = "70m"
5151
%{ else }
5252
kill_timeout = "1m"
5353
%{ endif }

0 commit comments

Comments
 (0)