Fixed
Added
- The Retries middleware now supports an on_retries_exhausted target actor to execute when retries on a message have been exhausted. (#630, @dbowring)
Changed
- The actor decorator now checks for duplicate actor names. (#640, #641, @z0z0r4)
- The Retries middleware now tracks when a message was last requeued on retry. (#629, @kuba-lilz)