fix: route celery tasks to consumed queue
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-22 05:43:08 +02:00
parent 551d0f46c2
commit e234641c36
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -227,6 +227,7 @@ CELERY_TASK_ALWAYS_EAGER = env_bool("CELERY_TASK_ALWAYS_EAGER", False)
CELERY_TASK_EAGER_PROPAGATES = True
CELERY_TASK_ACKS_LATE = True
CELERY_WORKER_PREFETCH_MULTIPLIER = 1
CELERY_TASK_DEFAULT_QUEUE = "default"
CELERY_TASK_TIME_LIMIT = 300
CELERY_TASK_SOFT_TIME_LIMIT = 270
CELERY_TIMEZONE = TIME_ZONE