You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Currently, health checks are failing because the endpoint is being called before a device is opened and claimed.
Solution: Add a check in health endpoints of all devices to verify that each device is opened and claimed before returning the device health.
Acceptance Criteria: When health is called, first check what state the device is in (Opened, Claimed or Closed). If the device is in an 'opened' or 'closed' state, skip the device health check and immediately return that the device is 'NOT_READY'. If the device has been 'opened' and 'claimed', then proceed to the health check an return the result of the health check (either READY or NOT_READY)
The text was updated successfully, but these errors were encountered:
Problem: Currently, health checks are failing because the endpoint is being called before a device is opened and claimed.
Solution: Add a check in health endpoints of all devices to verify that each device is opened and claimed before returning the device health.
Acceptance Criteria: When health is called, first check what state the device is in (Opened, Claimed or Closed). If the device is in an 'opened' or 'closed' state, skip the device health check and immediately return that the device is 'NOT_READY'. If the device has been 'opened' and 'claimed', then proceed to the health check an return the result of the health check (either READY or NOT_READY)
The text was updated successfully, but these errors were encountered: