Files
edx-platform/lms
Eric Fischer 1af5e2abda Retry-while-retrying is not an error in bulk email (#13068)
This code will be hit if, during a retry of the send_email task, an error
is encountered that means we need to retry the task again. Since the task will
be retried with timed backoff up to predefinied limits, this is an expected
situation and does not need to be logged as an exception.
2016-07-22 14:19:03 -04:00
..

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.