Files
edx-platform/lms/djangoapps/course_api
David Ormsbee 96ea413a07 Make Blocks API and Dates mobile views non-atomic.
These are expensive, read-only web requests. Unfortunately,
middleware adds writes, and we currently run with view-level
transactions enabled by default. Holding those long transactions
open has caused extra load on the database and been our largest
sources of django.db.utils:OperationError exceptions.

This has been particularly noticeable as we start deploying the
new Courseware MFE, which uses the BlocksInCourseView more
frequently.
2020-07-22 17:10:11 -04:00
..
2019-12-30 10:35:30 -05:00
2020-01-31 18:02:16 -05:00
2019-12-30 12:25:38 -05:00
2020-01-31 18:02:16 -05:00
2020-03-11 10:04:04 +05:00