Que v0.8.0 Que.ServerSupervisor

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.

Summary

Functions

Returns a specification to start this module under a supervisor

Starts the Supervision Tree

Starts a Que.Server for the given worker

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link()
start_link() :: Supervisor.on_start

Starts the Supervision Tree

start_server(worker)
start_server(worker :: Que.Worker.t) ::
  Supervisor.on_start_child |
  no_return

Starts a Que.Server for the given worker