Skip to content

Commit 5ac41d0

Browse files
committed
WIP Commit
1 parent f4fbc6a commit 5ac41d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kolibri/core/tasks/job.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ def default_status_text(job):
102102

103103
ALLOWED_RETRY_IN_KWARGS = {"priority", "repeat", "interval", "retry_interval"}
104104

105-
RETRY_ON_DELAY = timedelta(
106-
seconds=5
107-
) # Delay before retrying a job that failed due to a retryable exception
108105
MAX_RETRIES = (
109106
3 # Maximum number of retries for a job that failed due to a retryable exception
110107
)

0 commit comments

Comments
 (0)