Add a versionadded to the give_up_log_level docstring

This commit is contained in:
Adrian Chaves 2026-07-07 11:35:38 +02:00
parent 40be240a92
commit c8adec0dbe
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ def get_retry_request(
message logged when a request exceeds its retries. See
:setting:`RETRY_GIVE_UP_LOG_LEVEL` for details.
.. versionadded:: 2.17.0
The *give_up_log_level* parameter.
*stats_base_key* is a string to be used as the base key for the
retry-related job stats
"""