Skip to content

Commit

Permalink
Fix missing celery tasks in the CMS
Browse files Browse the repository at this point in the history
This should spare us quite a few error messages in the CMS worker.
  • Loading branch information
regisb committed Apr 14, 2020
1 parent 68ff61a commit 54d9fe2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 54d9fe2

Please sign in to comment.