Expand description
A module containing repositories for the job queue
Structs§
- A worker is an entity which can execute jobs.
Traits§
- A
QueueWorkerRepository
is used to schedule jobs to be executed by a worker.
A module containing repositories for the job queue
QueueWorkerRepository
is used to schedule jobs to be executed by a
worker.