Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::Pipeline::RetryPolicy.
The retry policy configuration for the Pipeline. The pipeline exponentially backs off in case the destination is non responsive or returns a retryable error code. The default semantics are as follows: The backoff starts with a 5 second delay and doubles the delay after each failed attempt (10 seconds, 20 seconds, 40 seconds, etc.). The delay is capped at 60 seconds by default. Please note that if you set the min_retry_delay and max_retry_delay fields to the same value this will make the duration between retries constant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_attempts
def max_attempts() -> ::Integer
- (::Integer) — Optional. The maximum number of delivery attempts for any message. The value must be between 1 and 100. The default value for this field is 5.
#max_attempts=
def max_attempts=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of delivery attempts for any message. The value must be between 1 and 100. The default value for this field is 5.
- (::Integer) — Optional. The maximum number of delivery attempts for any message. The value must be between 1 and 100. The default value for this field is 5.
#max_retry_delay
def max_retry_delay() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
#max_retry_delay=
def max_retry_delay=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
- (::Google::Protobuf::Duration) — Optional. The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
#min_retry_delay
def min_retry_delay() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
#min_retry_delay=
def min_retry_delay=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.
- (::Google::Protobuf::Duration) — Optional. The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.