Skip to content
  • Nguyen, Thien Minh's avatar
    Handle honeywell backend status · ff34c92a
    Nguyen, Thien Minh authored
    
    
    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: default avatarThien Nguyen <nguyentm@ornl.gov>
    ff34c92a