From 8cd50a2a577d5dbc46547488a98f2602b620fc1e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 4 Apr 2025 16:00:23 +0200 Subject: [PATCH] prevent plm search init from hanging --- cluster/prod/app/plume/deploy/plume.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {