Skip to content

Commit

Permalink
feat(intellij): Add intellij as liveness probe
Browse files Browse the repository at this point in the history
Related to eclipse-che#17790

Change-Id: I07b6c4b02bcb1e7fd9725e2e640f7c7e0d66aee2
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Sep 30, 2020
1 parent ae0d569 commit b8b65c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8b65c7

Please sign in to comment.