Skip to content

Commit b53ef64

Browse files
author
Andrei Neagu
committed
refactor
1 parent 760bcbe commit b53ef64

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler

1 file changed

+1
-1
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class StepStatus(str, Enum):
1414
UNKNOWN = "UNKNOWN" # could not find a status for the step (used when the key is not present in Redis)
1515

1616
# 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
17+
SCHEDULED = "SCHEDULED" # defrred will soon be created
1818
CREATED = "CREATED" # do nothing
1919
RUNNING = "RUNNING" # do nothing
2020

0 commit comments

Comments
 (0)