Protected ReadonlyappProtected ReadonlyjobsProtectedloggerProtected ReadonlyloggerProtected ReadonlymoduleProtected ReadonlyuserProtected ReadonlyworkerProtected ReadonlyworkerProtectedcreateCreates a service method context object for the worker's service account.
ProtectedloopRuns 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.