Hacker News new | ask | show | jobs
by paultannenbaum 1884 days ago
You can add retry logic in your genServer, but for anything but the most simple use cases, you would want to add a Supervisor and define a retry strategy.

https://elixir-lang.org/getting-started/mix-otp/supervisor-a...