Fabrice Toussaint
05/06/2021, 7:32 AMFailed to retrieve task state with error: ClientError([{'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: '}}}])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 154, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 1399, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 319, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: '}}}]
Our Prefect server is deployed using Kubernetes on GCP with autoscaling enabled, maybe it has something to do with that?Kevin Kho
Fabrice Toussaint
05/06/2021, 3:20 PMKevin Kho
Kevin Kho
Kevin Kho
Fabrice Toussaint
05/06/2021, 5:48 PMKevin Kho
Fabrice Toussaint
05/06/2021, 5:55 PMFabrice Toussaint
05/06/2021, 5:56 PMKevin Kho
Kevin Kho
Fabrice Toussaint
05/06/2021, 5:56 PMFabrice Toussaint
05/07/2021, 7:48 AMFabrice Toussaint
05/07/2021, 7:48 AMFailed to retrieve task state with error: ClientError([{'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: '}}}])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 154, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 1399, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 319, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_or_create_task_run_info'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: '}}}]
Fabrice Toussaint
05/07/2021, 7:49 AMFabrice Toussaint
05/07/2021, 7:55 AM0 0 */1 * *
this is the cron schedule I useFabrice Toussaint
05/07/2021, 9:01 AMKevin Kho
Fabrice Toussaint
05/12/2021, 12:34 PMclocks.CronClock('0 0 */1 * *')
Kevin Kho
flow.schedule = ….
?