diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index f782338..fd97c7b 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -12,7 +12,12 @@ job "im" { } ephemeral_disk { - size = 1000 + size = 10000 + } + + restart { + attempts = 10 + delay = "60s" } task "restore-db" { @@ -84,11 +89,6 @@ job "im" { cpu = 1000 } - restart { - attempts = 3 - delay = "30s" - } - service { port = "http" tags = [