isaacseymour / activejob-retry

Automatic retries for ActiveJob
MIT License
138 stars 14 forks source link

add ExponentialBackoffStrategy with exponential_retry helper #32

Closed DavydenkovM closed 9 years ago

DavydenkovM commented 9 years ago

PR related to the following issue: https://github.com/gocardless/activejob-retry/issues/31

isaacseymour commented 9 years ago

One teeny rubocop failure to fix and then I'm :+1:

DavydenkovM commented 9 years ago

done

isaacseymour commented 9 years ago

This looks great, thanks! Will get it pushed to RubyGems.

isaacseymour commented 9 years ago

Pushed as v0.5.0. Thanks so much for this!