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.
1 parent f4fbc6a commit 5ac41d0Copy full SHA for 5ac41d0
kolibri/core/tasks/job.py
@@ -102,9 +102,6 @@ def default_status_text(job):
102
103
ALLOWED_RETRY_IN_KWARGS = {"priority", "repeat", "interval", "retry_interval"}
104
105
-RETRY_ON_DELAY = timedelta(
106
- seconds=5
107
-) # Delay before retrying a job that failed due to a retryable exception
108
MAX_RETRIES = (
109
3 # Maximum number of retries for a job that failed due to a retryable exception
110
)
0 commit comments