From f2549d778928b43b112eef032ac4e02e85c75f9d Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Sat, 13 Dec 2025 01:26:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20Celery=20Beat?= =?UTF-8?q?=20=D0=B2=20Docker=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=BE=D0=B9=20=D0=B7=D0=B0=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=B7=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index eae43b2..30927c7 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -182,7 +182,7 @@ case "$1" in wait_for_postgres wait_for_redis echo "Starting Celery Beat..." - exec celery -A myproject beat -l info + exec celery -A myproject.celery:app beat -l info ;; migrate) wait_for_postgres