mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: rename CELERY_ACKS_LATE to CELERY_TASK_ACKS_LATE for consistency
This commit is contained in:
parent
fc11fcf0e1
commit
448bbb3aae
|
|
@ -33,7 +33,7 @@ CELERY_WORKER_REDIRECT_STDOUTS = True
|
|||
CELERY_WORKER_REDIRECT_STDOUTS_LEVEL = "INFO"
|
||||
CELERY_TASK_SOFT_TIME_LIMIT = 3600
|
||||
CELERY_WORKER_CANCEL_LONG_RUNNING_TASKS_ON_CONNECTION_LOSS = True
|
||||
CELERY_ACKS_LATE = True
|
||||
CELERY_TASK_ACKS_LATE = True
|
||||
celery_once_path = os.path.join(celery_data_dir, "celery_once")
|
||||
try:
|
||||
if os.path.exists(celery_once_path) and os.path.isdir(celery_once_path):
|
||||
|
|
|
|||
Loading…
Reference in New Issue