Skip to content

Commit

Permalink
Kill Erizo Controller if CH is not reachable (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Apr 5, 2019
1 parent 6e8c90d commit 9c0d932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erizo_controller/erizoController/erizoController.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ const addToCloudHandler = (callback) => {
const addECToCloudHandler = (attempt) => {
if (attempt <= 0) {
log.error('message: addECtoCloudHandler cloudHandler does not respond - fatal');
process.exit(-1);
return;
}

Expand Down

0 comments on commit 9c0d932

Please sign in to comment.