7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 20:30:48 +00:00

Fix xqueue consumer command

This should address issue #109.
This commit is contained in:
Régis Behmo 2019-01-04 10:21:16 +01:00
parent 65fd2114f8
commit d7ffd439ef
4 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Changelog
- 2019-01-04 [Bugfix] Fix xqueue consumer command
- 2018-12-26 [Improvement] Upgrade nodejs to 5.5.1
- 2018-12-07 [Improvement] Bundle theme and production static assets in the openedx docker image
- 2018-12-02 [Feature] Download extra locales from [openedx-i18n](https://github.com/regisb/openedx-i18n/) to the Open edX Docker image

1
deploy/k8s/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/env/

View File

@ -182,8 +182,7 @@ services:
environment:
DJANGO_SETTINGS_MODULE: xqueue.tutor
restart: unless-stopped
# Run 12 workers per queue
command: ./manage.py run_consumer 12
command: ./manage.py run_consumer
depends_on:
- mysql
{% endif %}