QueueOpts constructor
QueueOpts({})
Implementation
QueueOpts({
this.maxRetryDelay,
this.minRetryDelay,
this.backoffFactor,
this.backoffJitter,
this.maxAttempts,
this.maxItems,
this.batch,
this.timerScaleFactor,
});