Module: BitbucketServer::RetryWithDelay
- Extended by:
- ActiveSupport::Concern
- Included in:
- Connection
- Defined in:
- lib/bitbucket_server/retry_with_delay.rb
Constant Summary collapse
- MAXIMUM_DELAY =
20
Instance Method Summary collapse
Instance Method Details
#retry_with_delay(&block) ⇒ Object
9 10 11 |
# File 'lib/bitbucket_server/retry_with_delay.rb', line 9 def retry_with_delay(&block) run_retry_with_delay(&block) end |