From 9f2a6a2dc50d8127a56bd947b41f7619a88481a7 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Wed, 30 Sep 2020 14:41:51 +0200 Subject: [PATCH] feat(intellij): Add intellij as liveness probe Related to https://github.com/eclipse/che/issues/17790 Change-Id: I07b6c4b02bcb1e7fd9725e2e640f7c7e0d66aee2 Signed-off-by: Florent Benoit --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index bf22e1ff73b..183399a8980 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -163,7 +163,7 @@ che.workspace.server.ping_success_threshold=1 che.workspace.server.ping_interval_milliseconds=3000 # List of servers names which require liveness probes -che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,theia,jupyter,dirigible,cloud-shell +che.workspace.server.liveness_probes=wsagent/http,exec-agent/http,terminal,theia,jupyter,dirigible,cloud-shell,intellij # Limit size of the logs collected from single container that can be observed by che-server when # debugging workspace startup.