Retryable_ex: simple code retrying without metaprogramming

This is interesting. Nice job.

I needed the same thing. And being pretty new to Elixir, I decided to implement it before searching for a solution.

I came up with this: Elixir Retryable · GitHub

One thing I didn’t think about was handling exceptions.

EDIT: I handle exceptions now.

1 Like