Que.Supervisor (Que v0.12.0)

Copy Markdown View Source

This is the Supervisor responsible for overseeing the entire Que application. You shouldn't start this manually unless you absolutely know what you're doing.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the Supervision Tree for Que

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link()

@spec start_link() :: Supervisor.on_start()

Starts the Supervision Tree for Que