diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index 699aea4..1d41370 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -55,7 +55,7 @@ job "plume-blog" { network_mode = "host" ports = [ "back_port" ] command = "sh" - args = [ "-c", "plm search init; plume" ] + args = [ "-c", "timeout 2 plm search init; plume" ] } template {