https://prefect.io logo
Title
r

R Zo

02/25/2022, 2:47 AM
post 2) I have also made a distributed environment where I am using the prefect server/agent and dask-schedular/worker. When running the dask worker locally (i.e all in the same machine) jobs seems to run okay however when running a worker on a different machine following is some of the errors that I get (the prefect version is the same across the machines): raise ClientError(result["errors"]) prefect.exceptions.ClientError: [{'message': 'Invalid task ID', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Invalid task ID'}}}] ERROR - 2022-02-25 13:01:57,769 - task_runner - Failed to retrieve task state with error: ClientError([{'message': 'Invalid task ID', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Invalid task ID'}}}])