Andrew Lawlor
01/26/2023, 2:43 PMFailed to set task state with error: ClientError([{'path': ['set_task_run_states'], 'message': 'Operation timed out', 'extensions': {'code': 'API_ERROR'}}]) Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/prefect/engine/cloud/task_runner.py", line 91, in call_runner_target_handlers state = self.client.set_task_run_state( File "/usr/local/lib/python3.9/site-packages/prefect/client/client.py", line 1622, in set_task_run_state result = self.graphql( File "/usr/local/lib/python3.9/site-packages/prefect/client/client.py", line 465, in graphql raise ClientError(result["errors"]) prefect.exceptions.ClientError: [{'path': ['set_task_run_states'], 'message': 'Operation timed out', 'extensions': {'code': 'API_ERROR'}}]
Christopher Boyd
01/26/2023, 3:05 PMAndrew Lawlor
01/26/2023, 3:23 PMChristopher Boyd
01/26/2023, 3:25 PMAndrew Lawlor
01/26/2023, 3:47 PMJacob Blanco
02/14/2023, 12:10 AMChristopher Boyd
02/14/2023, 2:38 PMJacob Blanco
02/14/2023, 2:44 PMChristopher Boyd
02/14/2023, 2:46 PMJacob Blanco
02/14/2023, 2:47 PMtask_run_state
query can return any task run state even past ones. NVM.Christopher Boyd
02/14/2023, 6:26 PMJacob Blanco
02/15/2023, 9:36 AM