Slide 32
Slide 32 text
ERLANG AND OTP SUPERVISORS
• Task exception was never retrieved – Oops!
init(_Args) -"
SupFlags = #%strategy =' one_for_one, intensity =' 1, period =' 5},
ChildSpecs = [#%id =' myapp,
start =' {myapp, start_myapp, []},
restart =' permanent,
shutdown =' brutal_kill,
type =' worker,
modules =' [myapp]}],
{ok, {SupFlags, ChildSpecs}}.
32 North Bay Python 2024 – Noah Kantrowitz – @coderanger@cloudisland.nz