Class: Restate::RunRetryPolicy
- Inherits:
-
Struct
- Object
- Struct
- Restate::RunRetryPolicy
- Defined in:
- lib/restate/vm.rb
Overview
User-facing retry policy for ctx.run
Instance Attribute Summary collapse
-
#initial_interval ⇒ Object
Returns the value of attribute initial_interval.
-
#interval_factor ⇒ Object
Returns the value of attribute interval_factor.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#max_duration ⇒ Object
Returns the value of attribute max_duration.
-
#max_interval ⇒ Object
Returns the value of attribute max_interval.
Instance Attribute Details
#initial_interval ⇒ Object
Returns the value of attribute initial_interval
40 41 42 |
# File 'lib/restate/vm.rb', line 40 def initial_interval @initial_interval end |
#interval_factor ⇒ Object
Returns the value of attribute interval_factor
40 41 42 |
# File 'lib/restate/vm.rb', line 40 def interval_factor @interval_factor end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
40 41 42 |
# File 'lib/restate/vm.rb', line 40 def max_attempts @max_attempts end |
#max_duration ⇒ Object
Returns the value of attribute max_duration
40 41 42 |
# File 'lib/restate/vm.rb', line 40 def max_duration @max_duration end |
#max_interval ⇒ Object
Returns the value of attribute max_interval
40 41 42 |
# File 'lib/restate/vm.rb', line 40 def max_interval @max_interval end |