send start and stop healthchecks signals correctly

This commit is contained in:
Alex Tau 2025-08-15 20:11:32 +03:00
parent 13fd4b05d9
commit 878a4fc092
8 changed files with 54 additions and 38 deletions

View file

@ -2,8 +2,7 @@ from enum import StrEnum
class CheckSet(StrEnum):
START = "start"
STOP = "stop"
SELF = "self"
REMIND = "remind"
CPU = "cpu"