arjan / singleton

Global, supervised singleton processes for Elixir
MIT License
108 stars 19 forks source link

The `max_restarts` option that is used to troubleshoot more than 3 singletons, doesn't work #15

Open JoeZ99 opened 3 months ago

JoeZ99 commented 3 months ago

Because it is set to be used as a DynamicSupervisor regular option, but as stated in https://github.com/elixir-lang/elixir/issues/13675, the max_restarts option only works as an init option