Class: Google::Cloud::Scheduler::V1beta1::RetryConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/scheduler/v1beta1/job.rb

Overview

Settings that determine the retry behavior.

By default, if a job does not complete successfully (meaning that an acknowledgement is not received from the handler, then it will be retried with exponential backoff according to the settings in RetryConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#max_backoff_duration::Google::Protobuf::Duration



254
255
256
257
# File 'proto_docs/google/cloud/scheduler/v1beta1/job.rb', line 254

class RetryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_doublings::Integer



254
255
256
257
# File 'proto_docs/google/cloud/scheduler/v1beta1/job.rb', line 254

class RetryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_retry_duration::Google::Protobuf::Duration



254
255
256
257
# File 'proto_docs/google/cloud/scheduler/v1beta1/job.rb', line 254

class RetryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_backoff_duration::Google::Protobuf::Duration



254
255
256
257
# File 'proto_docs/google/cloud/scheduler/v1beta1/job.rb', line 254

class RetryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#retry_count::Integer



254
255
256
257
# File 'proto_docs/google/cloud/scheduler/v1beta1/job.rb', line 254

class RetryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end