We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Retry
1 parent 1ceb435 commit 633bba3Copy full SHA for 633bba3
1 file changed
arq/worker.py
@@ -96,7 +96,7 @@ def func(
96
97
class Retry(RuntimeError):
98
"""
99
- Special exception to retry the job (if ``max_retries`` hasn't been reached).
+ Special exception to retry the job (if ``max_tries`` hasn't been reached).
100
101
:param defer: duration to wait before rerunning the job
102
0 commit comments