CargueroTaskBunny.Supervisor (CargueroCargueroTaskBunny v0.0.7) View Source

Main supervisor for CargueroTaskBunny.

It supervises Connection and WorkerSupervisor with one_for_all strategy. When Connection crashes it restarts all Worker processes through WorkerSupervisor so workers can always use a re-established connection.

You don't have to call or start the Supervisor explicity. It will be automatically started by application and configure child processes based on configuration file.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.