Update persistent grades asynchronously
For better user-facing performance, the SCORE_CHANGED signal is now handled by enqueueing an async task to update the relevant stored grade, rather than making the request wait until that operation finishes. TNL-5738
Showing
lms/djangoapps/grades/tasks.py
0 → 100644
This diff is collapsed.
Click to expand it.
lms/djangoapps/grades/tests/test_tasks.py
0 → 100644
Please
register
or
sign in
to comment