Skip to content

Commit

Permalink
Fix retry_max_delay session property definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rosewms authored and hashhar committed Apr 5, 2022
1 parent ec3aa36 commit 3cd261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/admin/fault-tolerant-execution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ queries/tasks are no longer retried in the event of repeated failures:
* - ``retry-max-delay``
- Maximum time that a failed query must wait before it is retried.
Wait time is increased on each subsequent query failure. May be
overridden with the ``retry_initial_delay`` :ref:`session property
overridden with the ``retry_max_delay`` :ref:`session property
<session-properties-definition>`.
- ``1m``
- Only ``QUERY``
Expand Down

0 comments on commit 3cd261d

Please sign in to comment.