Hi Prefect community,
I am running into a weird memory issue on my deployment. I m using Prefect Core + Server with a K8s agent and a temporary dask executor. My DAG contains a lot of tasks (because of some large mapping).
The dask scheduler memory grows from few 100Mb to several Gb before being killed.
I can't really explain why s that, but it might be due to my limited Dask distributed understanding.
I also have checked the issue on Github, and I found that
https://github.com/PrefectHQ/prefect/issues/4085
I m personally using an Azure Blob as storage. Could it be the same issue?
To test that out, I wanted to switch to a Module storage, but for a reason that I dont understand, it does not spin up the temporary dask clsuter and runs everything on the K8s job.
I would love to hear any suggestions.
Thanks