backend
backend copied to clipboard
Trigger autograding automatically after every assessment is due
Currently, assessments that close are graded at 1201 every night. Would be optimal to find a way to trigger a auto grading job immediately after every assessment is due.
While ideal, i think this is non-trivial. We will have to schedule non-recurring tasks, and store those task references so that we can cancel/modify the tasks if necessary (for example changing the assessment due date)