| Class | RightAws::AWSErrorHandler |
| In: |
lib/awsbase/right_awsbase.rb
|
| Parent: | Object |
| DEFAULT_CLOSE_ON_4XX_PROBABILITY | = | 10 | 0-100 (%) |
# File lib/awsbase/right_awsbase.rb, line 487
487: def self.close_on_4xx_probability
488: @@close_on_4xx_probability
489: end
# File lib/awsbase/right_awsbase.rb, line 490
490: def self.close_on_4xx_probability=(close_on_4xx_probability)
491: @@close_on_4xx_probability = close_on_4xx_probability
492: end
# File lib/awsbase/right_awsbase.rb, line 479
479: def self.close_on_error
480: @@close_on_error
481: end
# File lib/awsbase/right_awsbase.rb, line 482
482: def self.close_on_error=(close_on_error)
483: @@close_on_error = close_on_error
484: end
# File lib/awsbase/right_awsbase.rb, line 463
463: def self.reiteration_start_delay
464: @@reiteration_start_delay
465: end
# File lib/awsbase/right_awsbase.rb, line 466
466: def self.reiteration_start_delay=(reiteration_start_delay)
467: @@reiteration_start_delay = reiteration_start_delay
468: end
# File lib/awsbase/right_awsbase.rb, line 471
471: def self.reiteration_time
472: @@reiteration_time
473: end