safwank / ElixirRetry

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

Add a note to document expiry behaviour #28

Closed skateinmars closed 6 years ago

skateinmars commented 6 years ago

Hello,

I tried to make the behaviour of expiry more clear and clearly explain that there is no hard limit on the total execution time. Hopefully it should clarify things a bit?

safwank commented 6 years ago

Thanks!