https://prefect.io logo
Title
m

Mark NS

03/21/2023, 4:29 AM
This morning I had a flow run fail with the following error. This happened after all the flow code itself had completed.
04:00:42  Completed successfully
04:00:42  
04:00:42  Done. PASS=9 WARN=0 ERROR=0 SKIP=0 TOTAL=9
07:00:42 AM dbt seed --full-refresh-2 prefect.task_runs

07:01:19 AM
prefect.flow_runs
Crash detected! Execution was interrupted by an unexpected exception: PrefectHTTPStatusError: Server error '502 Bad Gateway' for url '<https://api.prefect.cloud/api/accounts/f11f03de-8f9c-4660-bbba-f00d85087da4/workspaces/00985c36-8720-46ae-a667-258da45f0916/task_runs/691bdd4f-ff86-48c2-bd30-9ecad8bffe86/set_state>'
For more information check: <https://httpstatuses.com/502>
It's not the first time this has occurred. Any ideas what happened?
j

jpuris

03/21/2023, 8:06 AM
I just have noticed these as well, 2
/get_runs
failures across 2 independent EC2 just last night 🤷 https://github.com/PrefectHQ/prefect/issues/8667#issuecomment-1477405366 The timestamps you see are in UTC.
👍 1