Skip to content

3.3.0

Latest

Choose a tag to compare

@michaelklishin michaelklishin released this 02 Apr 01:35
· 8 commits to main since this release
fb6bf75

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.