Handle honeywell backend status
Currently, we terminate if the backend is not online.
This can be inconvenient for batch mode (vector<Composite>) since the backend can go into 'in maintenance' status.
Hence, changed the logic to only terminate if the status is 'offline' (according to the calendar).
Otherwise, try polling.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
Please register or sign in to comment