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 #17790

Change-Id: I07b6c4b02bcb1e7fd9725e2e640f7c7e0d66aee2
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Oct 1, 2020
1 parent 0b76e90 commit 9f2a6a2
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 9f2a6a2

Please sign in to comment.