Skip to content

Commit fd06fd7

Browse files
committed
Increase timeout
1 parent 445c9c1 commit fd06fd7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_nomad/backend.nomad

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ job "backend" {
4040
]
4141
}
4242

43+
lifecycle {
44+
hook = "task"
45+
deadline = "10m"
46+
}
47+
4348
resources {
4449
cpu = 500
4550
memory = 256

0 commit comments

Comments
 (0)