Can anyone point me to the setting to persist goog...
# ask-community
m
Can anyone point me to the setting to persist google cloud run containers after execution?
1
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
That would be
keep_job=True
You can set on the Work Pool or for a deployment in the
job_variables={"keep_job": True}
m
Nice, thats perfect thank you Jake!
🙌 1