Optional
debugOptional
failIf a handler throws an unhandled exception, if this is set true, the process will be failed. Defaults to false.
Optional
fetchConstrain payload to these keys only.
Optional
jobThe minimum amount of jobs to fetch. The worker will request more jobs only when it has capacity for this many jobs. Defaults to 0, meaning the worker will fetch more jobs as soon as it as any capacity.
Optional
maxMax concurrent tasks for this worker. Default 32.
Optional
onThis handler is called when the worker cannot connect to the broker, or loses its connection.
Optional
pollPoll Interval in ms. Default 100.
Optional
timeoutMax seconds to allow before time out of a job given to this worker. Default: 30s. The broker checks deadline timeouts every 30 seconds, so an
Generated using TypeDoc
Enable debug tracking