mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-22 13:18:24 +00:00
parent
65fd2114f8
commit
d7ffd439ef
@ -1,5 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- 2019-01-04 [Bugfix] Fix xqueue consumer command
|
||||||
- 2018-12-26 [Improvement] Upgrade nodejs to 5.5.1
|
- 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-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
|
- 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
1
deploy/k8s/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/env/
|
@ -182,8 +182,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DJANGO_SETTINGS_MODULE: xqueue.tutor
|
DJANGO_SETTINGS_MODULE: xqueue.tutor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# Run 12 workers per queue
|
command: ./manage.py run_consumer
|
||||||
command: ./manage.py run_consumer 12
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user