Skip to content

Commit 448bbb3

Browse files
committed
feat: rename CELERY_ACKS_LATE to CELERY_TASK_ACKS_LATE for consistency
1 parent fc11fcf commit 448bbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/maxkb/settings/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
CELERY_WORKER_REDIRECT_STDOUTS_LEVEL = "INFO"
3434
CELERY_TASK_SOFT_TIME_LIMIT = 3600
3535
CELERY_WORKER_CANCEL_LONG_RUNNING_TASKS_ON_CONNECTION_LOSS = True
36-
CELERY_ACKS_LATE = True
36+
CELERY_TASK_ACKS_LATE = True
3737
celery_once_path = os.path.join(celery_data_dir, "celery_once")
3838
try:
3939
if os.path.exists(celery_once_path) and os.path.isdir(celery_once_path):

0 commit comments

Comments
 (0)