Changes Between 3.2.0 and 3.3.0 (Mar 31, 2026)
Queue Type Inheritance for Retry and Error Queues
The maxretry handler now inherits the queue type from the worker queue's
arguments when declaring retry and error queues.
This can be overridden with the :retry_queue_arguments option.
GitHub issue: #38
Contributed by @chris72205.