safwank / ElixirRetry

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

Retries are made in the test env #37

Closed A-Legg closed 4 years ago

A-Legg commented 4 years ago

Thanks so much for your work on this library, great stuff!

Is it possible to configure it to only retry in specific environments? I didn't see anything in the readme or the docs.

Thanks!

safwank commented 4 years ago

Not at the moment. Do you have a specific implementation in mind?

safwank commented 4 years ago

Closing for now. Feel free to reopen if you have follow-up questions.