You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in a container spawned for every item even though, as instructed by parallelism only one runs at a time
If there is (plausibly) a 1000 steps generate by the loop it ends up hogging my minikube so that this happens:
kubectl get pods
Unable to connect to the server: unexpected EOF
What you expected to happen:
That containers are created just-in-time
How to reproduce it (as minimally and precisely as possible):
see above spec Anything else we need to know?:
// Parallelism limits the max total parallel pods that can execute at the same time within the
// boundaries of this template invocation. If additional steps/dag templates are invoked, the
// pods created by those templates will not be counted towards this total.
I think it make sense to improve it and start counting pods from sub-workflows . @jessesuen that do you think?
Is this a BUG REPORT or FEATURE REQUEST?:
Not sure
What happened:
Submitting this workflow:
results in a container spawned for every item even though, as instructed by
parallelism
only one runs at a timeIf there is (plausibly) a 1000 steps generate by the loop it ends up hogging my minikube so that this happens:
What you expected to happen:
That containers are created just-in-time
How to reproduce it (as minimally and precisely as possible):
see above spec
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: