safwank / ElixirRetry

Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Other
441 stars 32 forks source link

Extend exp_backoff stream with initial delay support #8

Closed nothingelsematters7 closed 7 years ago

safwank commented 7 years ago

Thanks @nothingelsematters7. I'll take a look at it this weekend.

safwank commented 7 years ago

Merged. Thanks for the PR @nothingelsematters7!

nothingelsematters7 commented 7 years ago

@safwank could you please create a new release for that feature to update our dependency to your repo with exact version?

safwank commented 7 years ago

@nothingelsematters7 I've released v0.6.1 that includes this PR.