Open Yannlihan1208 opened 3 months ago
Actually I am using dask cluster for running, and dask hasn't received anything. Here is the agent log:
By the way, I cancelled about 100 flow runs before I created these flow runs. I cancelled by calling the Prefect REST API to set the flow run state to "CANCELLED". Not sure if this REST API truly cancelled flow runs.
I think it's the problem of concurrency limit of run pnl batch
work queue. Because other flows from other queues work properly. But I can not see any flow run in run pnl batch
work queue.
Maybe just calling REST API to set state or delete running flows in Prefect UI didn't truly remove the flow run from loop event?
Bug summary
After I started my deployment flow in my own prefect server, all flows stay state "scheduled" while none of them start running. I have tried restarting my agent but still not work.
Version info (
prefect version
output)Additional context
Here is my worker pool