Xqueue was mostly broken in the previous releases. In this version, we
address the following issues:
- Proper initialisation by creating the right users
- Shift from 8040 to the more standard 8000 port
- Expose xqueue service on the internet for accessing its API
- Properly define the xqueue name ("openedx")
- Make sure that all logs go to the console
- Add convenient CLI for using the awkward Xqueue API
- Properly document how to use Xqueue
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
- host: {{ XQUEUE_HOST }}
|
|
http:
|
|
paths:
|
|
- backend:
|
|
serviceName: nginx
|
|
servicePort: {% if ACTIVATE_HTTPS %}443{% else %}80{% endif %} |