Object
Simple connection errors handler
Number of times to retry the request after encountering the first error
Length of the post-error probationary period during which all requests will fail
Params accessor:
Rightscale::FlexiscaleConnectionHandler.params[:http_connection_retry_count] = 5 Rightscale::FlexiscaleConnectionHandler.params[:retriable_errors] << 'MyAwesomeExceptionClassName'
# File lib/api/right_flexiscale_api.rb, line 64 def self.params @@params end
Generated with the Darkfish Rdoc Generator 2.