Code
Here lie all of the docstrings in the Faktory.jl codebase.
Faktory.Client — TypeA 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.ack — Methodacknowledge the successful compeletion of a job
Faktory.close! — MethodEnd the connection with Faktory
Faktory.connect! — MethodInitialize 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.fail — Methodmark a job as failed.
Faktory.fetch — Methodrequest work from the job server, optionally selecting the desired queue
Faktory.info — Methodfetch various information about the server
Faktory.publish — Methodpublish a job and receive the jobid