Que v0.4.1 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

Starts the Supervision Tree

Starts a Que.Server for the given worker

Functions

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