View Source API Reference faktory_worker v1.9.7
Modules
The FaktoryWorker
module provides everything required to setup workers for sending and fetching jobs.
Supports Faktory Batch operations
The FaktoryWorker.Job
module is used to perform jobs in the background by sending to and fetching from Faktory.
When started with sandbox mode enabled, FaktoryWorker
won't connect
to a running Faktory instance or perform queued jobs, but will instead
record all jobs enqueued locally.
Test utilities for asserting and refuting whether jobs are enqueued, as well as performing jobs as they will be performed when pulled off the queue at runtime.