If true, the worker will start automatically on creation
blocking
boolean
If true, the worker will process jobs one at a time. When false, the worker will process jobs as they become available. Remarks Use with care - this can lead to memory leaks if the processor function is resource intensive.
name
string
The name of the worker
noAck
boolean
If true, the job will be acknowledged automatically on retrieval Remarks When the worker is in non-blocking mode, noAck must be true This is to prevent memory leaks.