Jars
03/09/2023, 6:12 PMjpuris
03/13/2023, 8:51 AMStays in
now is called Stays in (beta)
.. this is new! Are we not to rely on this automation, because it is "beta" and is broken/incomplete?Nilay Parikh
03/13/2023, 1:46 PMSchuyler Manchester
03/13/2023, 11:43 PMNilay Parikh
03/14/2023, 7:52 PMNilay Parikh
03/14/2023, 7:53 PMNilay Parikh
03/14/2023, 7:54 PMAdam Ivansky
03/15/2023, 5:44 PMkade
03/16/2023, 2:22 PM14:14:30.142 | ERROR | prefect.infrastructure.process - Process 'psi6-vanden-sector' exited with status code: -9; This indicates that the process exited due to a SIGKILL signal. Typically, this is either caused by manual cancellation or high memory usage causing the operating system to terminate the process.
The above error is not a memory issue (memory did not spike when I monitored it), nor did I manually terminate it.
One peculiarity is that retrying this failed flow results in a new error message:
prefect.exceptions.MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.
14:22:03.283 | ERROR | Flow run 'psi6-vanden-sector' - Finished in state Failed('Flow run encountered an exception. MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.\n')
Emil Ostergaard
03/17/2023, 7:17 AMChris Whatley
03/17/2023, 10:29 AMJosefin Winberg
03/17/2023, 1:26 PMStΓ©phan Taljaard
03/19/2023, 5:33 PMprefect.exceptions.PrefectHTTPStatusError: Server error '502 Bad Gateway'
after the previous Cloud release/maintenance window?StructNode
03/20/2023, 2:22 PMMark NS
03/21/2023, 4:29 AM04: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?Chris McClellan
03/21/2023, 8:04 AMChris McClellan
03/21/2023, 8:05 AMjpuris
03/21/2023, 8:16 AMprefect-cloud.automation.action.executed
event details look like so
{
"id": "ffcf0a09-c7cd-48f0-862a-a964474d0755",
"account": "c1397d5f-b9f3-49e8-abb6-bce7d7b1412e",
"event": "prefect-cloud.automation.action.executed",
"occurred": "2023-03-20T19:19:49.450Z",
"payload": {},
"received": "2023-03-20T19:19:49.451Z",
"related": [
{
"prefect.resource.id": "prefect-cloud.automation.82a15699-e855-4973-8c84-795b3b54ecb4",
"prefect.resource.role": "automation",
"prefect-cloud.name": "Production work queue unhealthy > 2h -> Slack",
"prefect-cloud.posture": "Proactive"
}
],
"resource": {
"prefect.resource.id": "prefect-cloud.automation.82a15699-e855-4973-8c84-795b3b54ecb4.action.0",
"prefect-cloud.action.type": "send-notification"
},
"workspace": "32dfe242-315b-4405-b06d-8b6308d6b631"
}
What are the next steps to troubleshoot this?
P.S. I'm running prefect agent via systemd
on an EC2 (Ubuntu 22.04.2 LTS).ΠΠΈΡ Π°ΠΈΠ» ΠΠ°ΡΠ°ΠΊΠΎΠ²ΡΠΊΠΈΠΉ
03/21/2023, 8:40 AM>>> import subprocess
>>> subprocess.run('yc --help', shell=True, capture_output=True, text=True)
Srini
03/21/2023, 12:15 PMalex
03/21/2023, 9:45 PMphil
03/22/2023, 1:06 AMVera Zabeida
03/23/2023, 2:42 PMCarlos Cueto
03/23/2023, 7:21 PMVera Zabeida
03/23/2023, 7:37 PMTim-Oliver
03/24/2023, 10:34 AMpersist_result=True
, cache_result_in_memory = False
. Result persistence seems to work, because task-runs are cached. I am using the JSONSerializer
.David
03/27/2023, 1:53 PMAndre Bonin
03/28/2023, 12:57 PMAndre Bonin
03/28/2023, 12:57 PMΠΠΈΡ Π°ΠΈΠ» ΠΠ°ΡΠ°ΠΊΠΎΠ²ΡΠΊΠΈΠΉ
03/28/2023, 3:12 PM