When the LSF server is down, the commands like bjobs, bsub try to reconnect in a loop. Like in #79, we should somehow handle this instead of blocking the connection.
Example:
$ bjobs -a
LSF daemon (LIM) not responding ... still trying
LSF daemon (LIM) not responding ... still trying
LSF daemon (LIM) not responding ... still trying
[…]
LSF daemon (LIM) not responding ... still trying
LSF daemon (LIM) not responding ... still trying
LSF daemon (LIM) not responding ... still trying
LSF is down. Please wait ...
No job found
When the LSF server is down, the commands like
bjobs
,bsub
try to reconnect in a loop. Like in #79, we should somehow handle this instead of blocking the connection.Example: