Skip to content

Commit 013f7be

Browse files
authored
Merge pull request #6499 from readthedocs/humitos/celery-app-name
Use CELERY_APP_NAME to call the proper celery app
2 parents 7f32949 + 48c6ae4 commit 013f7be

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)