safwank / ElixirRetry

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

Allowing a list of atoms to be provided to initiate a retry #22

Closed rawkode closed 6 years ago

rawkode commented 6 years ago

This code isn't the cleanest, but I wasn't entirely sure how best to clean it up; open to suggestions :+1: