Files
edx-platform/cms/djangoapps/contentstore
alangsto 50d57a64bb MST-757 Move exam registration to async task (#27398)
Synchronously registering proctored exams while saving content to studio is causing a significant slow down. The function that registers the exams has been moved to an async task. In addition, a signal handler on_course_publish has also been moved to the async task, as it relies on exam registration being complete before being executed.
2021-04-26 12:04:04 -04:00
..
2015-11-10 15:00:19 -05:00
2019-12-30 12:25:38 -05:00