What debugging can we do to figure out why a flow ...
# prefect-cloud
j
What debugging can we do to figure out why a flow would be stuck in a
Pending
state? We have a flow that runs multiple instances of a deployment but is struggling to initialise more than 10 instances simultaneously
c
Pending implies it was submitted to infrastructure
so I would be looking at whatever infrastructure logs you have to evaluate if there are resource / bottlenecks
👍 1