Skip to main content

GoogleCloudFunctionsFunctionEventTriggerRetryPolicy

No description

enum GoogleCloudFunctionsFunctionEventTriggerRetryPolicy {
RETRY_POLICY_UNSPECIFIED
RETRY_POLICY_DO_NOT_RETRY
RETRY_POLICY_RETRY
}

Values

GoogleCloudFunctionsFunctionEventTriggerRetryPolicy.RETRY_POLICY_UNSPECIFIED

Unspecified

GoogleCloudFunctionsFunctionEventTriggerRetryPolicy.RETRY_POLICY_DO_NOT_RETRY

Do not retry

GoogleCloudFunctionsFunctionEventTriggerRetryPolicy.RETRY_POLICY_RETRY

Retry on any failure; retry up to 7 days with an exponential backoff (capped at 10 seconds)

Member of

GoogleCloudFunctionsFunctionEventTrigger object