Protected
Readonly
appProtected
Readonly
jobsProtected
loggerProtected
Readonly
loggerProtected
Readonly
moduleProtected
Readonly
userProtected
Readonly
workerProtected
Readonly
workerProtected
createCreates a service method context object for the worker's service account.
Protected
loopRuns the worker in a loop, continuously processing jobs from the queue.
The context object for the service method.
Runs the worker in either loop mode or one-job mode, depending on the configuration.
Runs a job asynchronously.
The job to be processed.
The context for the base service method.
A promise that resolves to void.
Asynchronously runs a job from the queue.
The context object for the service method.
Base class for a worker runner.