Skip to content

Commit 7c6c740

Browse files
authored
Add duplicate OS installation unhealthy reason (#161)
1 parent 3476b83 commit 7c6c740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aiohasupervisor/models/resolution.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ class UnhealthyReason(StrEnum):
117117
"""
118118

119119
DOCKER = "docker"
120+
DUPLICATE_OS_INSTALLATION = "duplicate_os_installation"
120121
OSERROR_BAD_MESSAGE = "oserror_bad_message"
121122
PRIVILEGED = "privileged"
122-
SUPERVISOR = "supervisor"
123123
SETUP = "setup"
124+
SUPERVISOR = "supervisor"
124125
UNTRUSTED = "untrusted"
125126

126127

0 commit comments

Comments
 (0)