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 44e5a5c commit 547cbcbCopy full SHA for 547cbcb
services/director-v2/src/simcore_service_director_v2/utils/computations.py
@@ -26,7 +26,7 @@
26
RunningState.NOT_STARTED,
27
RunningState.WAITING_FOR_CLUSTER,
28
): RunningState.WAITING_FOR_CLUSTER,
29
- # if there are tasks waiting for resources, then the pipeline is also waiting for resources
+ # if there are tasks waiting for resources and nothing is running/pending, then the pipeline is also waiting for resources
30
(
31
RunningState.PUBLISHED,
32
0 commit comments