pub async fn process_all_course_instance_completions(
    conn: &mut PgConnection,
    course_instance_id: Uuid
) -> ModelResult<()>
Expand description

Goes through all users on the course instance and grants them completions where eligible.