Optional
connectionOptional
customProvide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise numbers as strings or BigInts to avoid precision loss. This also gives you design-time type safety.
Rest
...args: any[]Optional
debugEnable debug tracking
Optional
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
idA custom id for the worker. If none is supplied, a UUID will be generated.
Optional
inputProvide an annotated Dto class to control the serialisation of JSON numbers. This allows you to serialise numbers as strings or BigInts to avoid precision loss. This also gives you design-time type safety.
Rest
...args: any[]Optional
logOptional
loglevelA log level if you want it to differ from the ZBClient
Optional
longA custom longpoll timeout. By default long polling is every 30 seconds.
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
onThis handler is called when the worker cannot connect to the broker, or loses its connection.
Optional
onThis handler is called when the worker (re)establishes its connection to the broker
Optional
pollPoll Interval in ms. Default 100.
Optional
stdoutAn implementation of the ZBCustomLogger interface for logging
A job handler - this must return a job action - e.g.: job.complete(), job.error() - in all code paths.
The task type that this worker will request jobs for.
Optional
tenantAn optional array of tenantId
s if you want this to be a multi-tenant worker.
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
If your Grpc connection jitters, this is the window before the connectionError