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
Am guessing that this happens because the supervisor is starting ProcessRegistry in succession before the actual Registry is shutdown and keeps erroring 3 times, ending up in shutdown.
Is that correct?
How to handle this scenario gracefully?
The text was updated successfully, but these errors were encountered:
In Chapter 09, section 9.1, the following code on iex
causes the Supervisor to crash(after trying to restart the children). Trying to inspect the result of
Registry.start_link
, it showsAm guessing that this happens because the supervisor is starting
ProcessRegistry
in succession before the actualRegistry
is shutdown and keeps erroring 3 times, ending up in shutdown.Is that correct?
How to handle this scenario gracefully?
The text was updated successfully, but these errors were encountered: