bufferSize
represents the size of the input channel. After that limit
the sequentiality of tasks is undefined.
interTaskDelay
is the time between task executions to wait before
continuing the task execution loop.
Use 0 to prevent the artificial delay between tasks.
Use 1 to use the minimum artificial delay between tasks.
isTransientError
is a function to find out whether an error is
considered transient or not.
maxDelay
is the maximum delay used between task retries
maxRetries
is the max number of retries of a failing task when it
fails with transient errors.
minDelay
is the minimum delay used between task retries
nextDelay
is a function to compute the next delay given the
previous one and the retry number.
Generated using TypeDoc
Options for starting a new sequential processor