mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 09:35:06 +00:00
Fix missing celery tasks in the CMS
This should spare us quite a few error messages in the CMS worker.
This commit is contained in:
parent
68ff61a421
commit
54d9fe20e7
@ -2,6 +2,10 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix missing celery tasks in the CMS
|
||||
|
||||
## v3.11.10 (2020-04-14)
|
||||
|
||||
- [Bugfix] Fix updates to the course structure in the LMS (#302)
|
||||
|
@ -31,6 +31,11 @@ WORKDIR /openedx/edx-platform
|
||||
# Apply patches
|
||||
# Allow SigV4 authentication for video uploads to S3 https://github.com/edx/edx-platform/pull/22080
|
||||
RUN curl https://github.com/overhangio/edx-platform/commit/0d4f6cc3433013960b28e963c4094ef2a2a92f04.patch | git apply -
|
||||
# Resolve missing tasks in CMS
|
||||
# https://github.com/edx/edx-platform/pull/21297/
|
||||
# https://github.com/edx/edx-platform/pull/21305/
|
||||
RUN curl https://github.com/edx/edx-platform/commit/adb2c672e4d17cc1c42bdc206a0051e0fa16b5be.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/b7ecd80a2bef0d845c3bce97818e70fb3ed9e36d.patch | git apply -
|
||||
|
||||
# Download extra locales to /openedx/locale
|
||||
RUN cd /tmp \
|
||||
|
Loading…
Reference in New Issue
Block a user