Que v0.3.1 Que.Server

Que.Server is the GenServer responsible for processing all Jobs.

This GenServer oversees the Workers performing their Jobs and handles their success and failure callbacks. You shouldn’t call any of this module’s methods directly. Instead use the methods exported by the base Que module.

Summary

Functions

Starts the Job Server

Functions

start_link()
start_link() :: GenServer.on_start

Starts the Job Server