Skip to content

Commit

Permalink
docs: add note about on_retries_exhausted
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Sep 9, 2024
1 parent f592ca7 commit 430e6aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ Changed
(`#640`_, `#641`_, `@z0z0r4`_)
* The `Retries` middleware now tracks when a message was last requeued
on retry. (`#629`_, `@kuba-lilz`_)
* The `Retries` middleware now supports an ``on_retries_exhausted``
target actor to execute when retries on a message have been
exhausted. (`#630`_, `@dbowring`_)

.. _#629: https://github.com/Bogdanp/dramatiq/pull/629
.. _#630: https://github.com/Bogdanp/dramatiq/pull/630
.. _#640: https://github.com/Bogdanp/dramatiq/issues/640
.. _#641: https://github.com/Bogdanp/dramatiq/pull/641
.. _@dbowring: https://github.com/dbowring
.. _@kuba-lilz: https://github.com/kuba-lilz
.. _@z0z0r4: https://github.com/z0z0r4

Expand Down

0 comments on commit 430e6aa

Please sign in to comment.