We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760bcbe commit b53ef64Copy full SHA for b53ef64
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler/_models.py
@@ -14,7 +14,7 @@ class StepStatus(str, Enum):
14
UNKNOWN = "UNKNOWN" # could not find a status for the step (used when the key is not present in Redis)
15
16
# in progress status
17
- SCHEDULED = "SCHEDULED" # defrred will soon be created # TODO: unsude if this is doing much, maybe remove it and check if stil works as expected
+ SCHEDULED = "SCHEDULED" # defrred will soon be created
18
CREATED = "CREATED" # do nothing
19
RUNNING = "RUNNING" # do nothing
20
0 commit comments