Skip to content

Commit

Permalink
fix: use cms celery parameters for cms-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem authored and regisb committed Dec 3, 2024
1 parent 5f343b1 commit f8d6d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BugFix] Use the cms-worker parameters for the cms-worker instead of the lms-worker parameters. (by @Danyal-Faheem)
2 changes: 1 addition & 1 deletion tutor/templates/local/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
environment:
SERVICE_VARIANT: cms
DJANGO_SETTINGS_MODULE: cms.envs.tutor.production
command: {% for value in iter_lms_celery_parameters() %}
command: {% for value in iter_cms_celery_parameters() %}
- "{{value}}"{% endfor %}
restart: unless-stopped
volumes:
Expand Down

0 comments on commit f8d6d24

Please sign in to comment.