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 fc11fcf commit 448bbb3Copy full SHA for 448bbb3
apps/maxkb/settings/lib.py
@@ -33,7 +33,7 @@
33
CELERY_WORKER_REDIRECT_STDOUTS_LEVEL = "INFO"
34
CELERY_TASK_SOFT_TIME_LIMIT = 3600
35
CELERY_WORKER_CANCEL_LONG_RUNNING_TASKS_ON_CONNECTION_LOSS = True
36
-CELERY_ACKS_LATE = True
+CELERY_TASK_ACKS_LATE = True
37
celery_once_path = os.path.join(celery_data_dir, "celery_once")
38
try:
39
if os.path.exists(celery_once_path) and os.path.isdir(celery_once_path):
0 commit comments