Hey I have been testing out using google cloud run for workers. I used to run agents on
render.com and for the process or flow I am testing an agent with one cpu and 2gb memory was enough. In google cloud I have gone upto 8gb and 2cpu's and I still always this error, the job is running for just over 3 minutes and then chrashes with this error
Any idea what I could be doing wrong?
Reported flow run '5b3594dc-80f1-4a6a-b082-96dde820d9d2' as crashed: Flow run process exited with non-zero status code -9.
11
3807 AM
prefect.flow_runs.runner
Info
Process for flow run 'gainful-dragonfly' 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.