hi all, I'm on a self hosted prefect server 15.11 ...
# ask-community
j
hi all, I'm on a self hosted prefect server 15.11 running on AKS using the KubernetesRun() config, trying to create an Dask-cluster to use with the DaskExecutor. My flow works fine with a local cluster, however, as soon as I try to use an external cluster (using KubeCluster or Coiled) the flow stops with a message that "terminal tasks are incomplete" (see image). An hour or so later, the entire process failed with a connection-failed to my graphql-adress. Does this sound familiar to anyone?
k
Hi @Johan Wåhlin, do the tasks actually run?
Does your cluster point to the Server API or could it be hitting the Cloud API?
j
Tasks never starts. Not sure where my cluster points... will look in to it. Thanks 🙂