Method: SimpleDeploy::AWS::SimpleDB#retry_options
- Defined in:
- lib/simple_deploy/aws/simpledb.rb
#retry_options ⇒ Object
15 16 17 18 19 20 |
# File 'lib/simple_deploy/aws/simpledb.rb', line 15 def {:max_retries => 3, :rescue => Excon::Errors::ServiceUnavailable, :base_sleep_seconds => 10, :max_sleep_seconds => 60} end |