Skip to content

v1.17.1

Latest
Compare
Choose a tag to compare
@Bogdanp Bogdanp released this 26 Oct 05:08
· 1 commit to master since this release
b3aa008

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)