https://prefect.io logo
Title
r

Ross Rochford

08/09/2021, 9:23 AM
Hi everyone, I'm creating a basic docker-compose setup of prefect + dask. I'm able to run flows with LocalExecutor in Prefect, and I'm able to run tasks in Dask directly, but I'm not able to run Prefect flows using DaskExecutor. My flow runs simply stay in a pending state and never execute. I don't see any errors in the logs or dashboard. What are some things I can try to debug for issues? I can share my docker-compose file if that helps. The only possibly unusual thing I can see is that I'm running a the agent as 'local' although it is running within a container, but I think that should be fine?