Join Slack
Powered by
Can anyone point me to the setting to persist goog...
# ask-community
m
Matthew Bell
02/27/2025, 8:08 PM
Can anyone point me to the setting to persist google cloud run containers after execution?
✅ 1
Matthew Bell
02/27/2025, 8:09 PM
Hitting a bug and I want to diagnose whether Im hitting a memory issue, but the cloud run jobs/logs autodelete themselves on failure
j
Jake Kaplan
02/27/2025, 8:10 PM
That would be
keep_job=True
Jake Kaplan
02/27/2025, 8:10 PM
You can set on the Work Pool or for a deployment in the
job_variables={"keep_job": True}
m
Matthew Bell
02/27/2025, 8:10 PM
Nice, thats perfect thank you Jake!
🙌 1
Open in Slack
Previous
Next