retryPolicy property
If unset, then defaults to ignoring failures (i.e. not retrying them).
Optional. Possible string values are:
- "RETRY_POLICY_UNSPECIFIED" : Not specified.
- "RETRY_POLICY_DO_NOT_RETRY" : Do not retry.
- "RETRY_POLICY_RETRY" : Retry on any failure, retry up to 7 days with an exponential backoff (capped at 10 seconds).
Implementation
core.String? retryPolicy;