Code

Here lie all of the docstrings in the Faktory.jl codebase.

Faktory.ClientType

A low-level client for the Faktory background job server.

The specification can be found at https://github.com/contribsys/faktory/blob/main/docs/protocol-specification.md

Faktory.ackMethod

acknowledge the successful compeletion of a job

Faktory.connect!Method

Initialize a connection to Faktory.

This will also start a background timer to keep the connection alive with heartbeat messages. Set oneshot=true if you want to skip the heartbeat.

Faktory.fetchMethod

request work from the job server, optionally selecting the desired queue

Faktory.infoMethod

fetch various information about the server