OptionalautoAutomatically start the queue
OptionalconcurrencyThe concurrency of the queue
OptionaldebugWhether to enable debug mode. Can be set to 'info' or 'verbose' to get more detailed output.
OptionaljitterThe jitter percentage to displace the next process time. This stops all concurrent processes from happening at the same time.
OptionalmaxThe maximum size of the queue
The name of the queue
OptionalpollThe poll interval in milliseconds before the queue will check for new items after idle.
OptionalprocessThe interval in milliseconds before picking up the next item
OptionalrateThe rate limit of the queue in items per window
OptionalrateThe rate limit window in milliseconds
OptionaltaskThe timeout in milliseconds before the task is considered timed out
OptionaltypeThe type of queue to use
The options for the queue