Skip to content

Commit 73e26f7

Browse files
committed
Use CELERY_APP_NAME to call the proper celery app
1 parent e9581dc commit 73e26f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ services:
120120
- azure-cli
121121
environment:
122122
- DJANGO_SETTINGS_MODULE=readthedocs.settings.celery
123+
- CELERY_APP_NAME=readthedocs
123124
- DOCKER_NO_RELOAD
124125
stdin_open: true
125126
tty: true
@@ -151,6 +152,7 @@ services:
151152
- cache
152153
environment:
153154
- DJANGO_SETTINGS_MODULE=readthedocs.settings.build
155+
- CELERY_APP_NAME=readthedocs
154156
- DOCKER_NO_RELOAD
155157
stdin_open: true
156158
tty: true

0 commit comments

Comments
 (0)