Google Cloud – Set default retry for Cloud function in cloudbuild
I want to know if there’s a way to configure the “Retry on failure” trigger policy directly in the Cloud Function’s yaml.
As for now I found docs about Workflows or to simply flag it from the UI (which I did).
My doubt is if I deploy again and again my CF, this flag will be lost since it’s not in the cloudbuild.yaml, where I configured my topic subscription.