You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erlang supervisors can define a maximum number of restarts over a period, after which the supervisor will shutdown. This avoids repeated, if not infinite, crash loops.
I added the bug label because the current Supervisor will enter an infinite busy loop when an actor fails to start, or suddenly starts crashing, when it should fail gracefully.
Erlang supervisors can define a maximum number of restarts over a period, after which the supervisor will shutdown. This avoids repeated, if not infinite, crash loops.
https://www.erlang.org/doc/system/sup_princ#maximum-restart-intensity
The text was updated successfully, but these errors were encountered: