Files
edx-platform/cms/djangoapps/contentstore/tests
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
..
2012-07-23 14:44:40 -04:00
2021-03-16 01:15:48 +05:00
2021-04-26 10:07:36 -04:00