[erlang-questions] Supervisor gets killed if a worker is killed

Tushar Deshpande tushar.erlang@REDACTED
Sun Sep 19 01:19:55 CEST 2010


Hi Ryan,

You guessed it right.  Here's the restart strategy that I used.
RestartStrategy = {one_for_one, 0, 1}.

I changed it to one_for_one, 10, 1} i.e. 10 restarts in 1 sec,
and everything worked fine.

Thanks for the help.


Best Regards,

Tushar Deshpande


More information about the erlang-questions mailing list