David Elliott
07/29/2020, 5:27 PMprefect run cloud xxxx
from the CLI) - it’s giving me There was a problem running your flow
. I’ve tried logging out/in as it suggests, but still the same issue.
The CLI returns
prefect.utilities.exceptions.ClientError: [{'path': ['create_flow_run'], 'message': 'Operation timed out', 'extensions': {'code': 'API_ERROR'}}]
I had this issue with a big flow (770 tasks) this morning and assumed it was a size problem, so I switched to a smaller flow of 368 tasks which ran a couple of times ok, but I’ve just tried to run that same flow (368) again and it’s giving me the same error. Any thoughts / suggestions? Many thanks in advance!josh
07/29/2020, 5:29 PMprefect backend cloud
? Also, what happens when you run prefect get flows
?David Elliott
07/29/2020, 5:30 PMbackend cloud
, when I run prefect get flows
it lists my 5 test flows no problemjosh
07/29/2020, 5:33 PMDavid Elliott
07/29/2020, 5:37 PMJenny
07/29/2020, 10:10 PMDavid Elliott
07/30/2020, 8:23 AMJenny
07/30/2020, 4:17 PM