James Morley
03/06/2024, 2:09 PMDaskTaskRunner
(specifying the cluster scheduler address) I get the following error:
Exception: PrefectHTTPStatusError("lient error '404 Not Found' for url '<http://ephemeral-prefect/api/task_runs/2832dc55-e6d8-4235-a6a5-ff4514b47067/set_state>
Based on https://docs.prefect.io/latest/concepts/infrastructure/:
• The ephemeral Prefect API won't work with Docker and Kubernetes. You must have a Prefect server or Prefect Cloud API endpoint set in your agent's configuration.The nodes on the SLURM cluster are using python via a Docker image. Is it the case that local Prefect execution just doesn't work with a remote Dask cluster and as per above I should use Prefect Cloud/Prefect server (was trying to start as simple as possible)?
James Morley
03/06/2024, 2:09 PMJake Kaplan
03/06/2024, 3:34 PM2832dc55...
) does not exist in the sqlite lite db that is being created on wherever your work is running.James Morley
03/06/2024, 3:51 PMJake Kaplan
03/06/2024, 3:53 PM