Skip to content

Commit 547cbcb

Browse files
review @sanderegg
1 parent 44e5a5c commit 547cbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/utils/computations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
RunningState.NOT_STARTED,
2727
RunningState.WAITING_FOR_CLUSTER,
2828
): RunningState.WAITING_FOR_CLUSTER,
29-
# if there are tasks waiting for resources, then the pipeline is also waiting for resources
29+
# if there are tasks waiting for resources and nothing is running/pending, then the pipeline is also waiting for resources
3030
(
3131
RunningState.PUBLISHED,
3232
RunningState.NOT_STARTED,

0 commit comments

Comments
 (0)