You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use metaflow & dask on k8s. I am using the k8s dask kubernetes operator. I would like to have an initial step in metaflow that creates a dask cluster that will be used by all next steps with the following code:
it works as intended but as soon as the pod that ran the start step and created the dask cluster is over the cluster is closed. I was expecting shutdown_on_close set to False would prevent this behavior.
Environment:
Dask version: 2024.1.1
Python version: 3.10.6
Operating System: Ubuntu
Install method (conda, pip, source): pip
The text was updated successfully, but these errors were encountered:
Describe the issue:
I am trying to use metaflow & dask on k8s. I am using the k8s dask kubernetes operator. I would like to have an initial step in metaflow that creates a dask cluster that will be used by all next steps with the following code:
it works as intended but as soon as the pod that ran the start step and created the dask cluster is over the cluster is closed. I was expecting shutdown_on_close set to False would prevent this behavior.
Environment:
The text was updated successfully, but these errors were encountered: