I’m using tutor v16.1.8.
Recently, when I release or publish course content, the course outline in LMS was not updated accordingly.
But when I manually ran:
tutor k8s exec cms ./manage.py cms update_course_outline {courseId}
it did update.
I didn’t see any error when release the course subsection, though I saw multiple lines of log
- Sent course_published signal to <function update_discussions_on_course_publish at ...> with kwargs {'course_key': CourseLocator('...', '...', '...', None, None)}. Response was: None
Does anyone have a similar issue?