##// END OF EJS Templates
add early shutdown detection, and public-ip message to ipcluster/ipengine...
add early shutdown detection, and public-ip message to ipcluster/ipengine When engines fail to connect, the error message will describe the most likely cause (not instructing the controller to listen on a public interface). An similar message is included in ipcluster, but due to restrictions, its trigger is purely time-based.

File last commit:

r4934:265d40c7
r5205:b85092ac
Show More
markdown.css
10 lines | 521 B | text/css | CssLexer
.cm-s-default span.cm-header {color: #2f2f4f; font-weight:bold;}
.cm-s-default span.cm-code {color: #666;}
.cm-s-default span.cm-quote {color: #090;}
.cm-s-default span.cm-list {color: #a50;}
.cm-s-default span.cm-hr {color: #999;}
.cm-s-default span.cm-linktext {color: #00c; text-decoration: underline;}
.cm-s-default span.cm-linkhref {color: #00c;}
.cm-s-default span.cm-em {font-style: italic;}
.cm-s-default span.cm-strong {font-weight: bold;}
.cm-s-default span.cm-emstrong {font-style: italic; font-weight: bold;}