Hi all, I was wondering if someone could help me i...
# prefect-community
v
Hi all, I was wondering if someone could help me identify why only part of my flow executes in parallel. As shown in this flow diagram, 5/8 tasks have been mapped, while 3 are still pending. I am sure that I started enough Dask worker nodes to process the compute, but these jobs are stuck pending. Thanks for the advice !
m
Hi Vincent, perhaps your dask scheduler is resource constrained ?
v
I think I may have figured out why this occurred. Some of the nodes used were blocked from communicating with graphql service. This likely caused the pods to exit without further communication to the scheduler.
👍 1