fix status names
class StatusType(Enum):
CREATED = "CREATED"
INITIALIZING = "INITIALIZING"
RUNNING = "RUNNING"
LOST = "LOST"
COMPLETE = "COMPLETE"
# TODO unused
CRASHED = "CRASHED"
remove terferences to crashed/terminated post-lost condition, no longeru sed
remove references to is_lost column. Now comes from join provided by DatabseRepostiroy
manman status is now in manman project instead of fcm. access to current status comes via API
fix status names
remove terferences to crashed/terminated post-lost condition, no longeru sed
remove references to is_lost column. Now comes from join provided by DatabseRepostiroy
manman status is now in manman project instead of fcm. access to current status comes via API