From 42b4a2849e27ad57157dc7e907c2b84b654354e2 Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Thu, 17 Mar 2022 16:52:24 +0530 Subject: [PATCH] hotfix: Check if the backend is up within 30s to reduce the time it takes for editor to come up on restart --- .../templates/supervisord/application_process/backend.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/templates/supervisord/application_process/backend.conf b/deploy/docker/templates/supervisord/application_process/backend.conf index 4bd45199fd..cf1b2613e9 100644 --- a/deploy/docker/templates/supervisord/application_process/backend.conf +++ b/deploy/docker/templates/supervisord/application_process/backend.conf @@ -5,7 +5,7 @@ command=/opt/appsmith/run-with-env.sh java -Dserver.port=8080 -Djava.security.eg priority=15 autostart=true autorestart=true -startsecs=210 +startsecs=30 startretries=3 stdout_logfile=/appsmith-stacks/logs/%(program_name)s/%(program_name)s.log redirect_stderr=true