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
Add application.get_status to get the most up to date status from API
Introduces an internal self._status which is initially set to the
'unknown' which has the lowest severity. The regular property
self.status uses both self._status and the unit statuses to derive the
most severe status as the application status
0 commit comments