Que v0.10.0 Que.ServerSupervisor View Source
This Supervisor is responsible for spawning a Que.Server
for each worker. You shouldn't start this manually unless
you absolutely know what you're doing.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the Supervision Tree
Starts a Que.Server
for the given worker
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
start_link()
View Source
start_link()
View Source
start_link() :: Supervisor.on_start()
start_link() :: Supervisor.on_start()
Starts the Supervision Tree
Link to this function
start_server(worker)
View Source
start_server(worker)
View Source
start_server(worker :: Que.Worker.t()) ::
Supervisor.on_start_child() | no_return()
start_server(worker :: Que.Worker.t()) :: Supervisor.on_start_child() | no_return()
Starts a Que.Server
for the given worker