mitodl / micromasters

Portal for learners and course teams to access MITx Micromasters® programs
https://mm.mit.edu
BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

Final Grades: use bulk grades API to fetch grades #3976

Open pdpinch opened 6 years ago

pdpinch commented 6 years ago

It is common for us to exceed edX's rate limit on OAuth API requests when we freeze grades. In order to avoid this, we can switch from updating grades for each user individually to updating grades for all users in the course.

acceptance criteria

related issues

pdpinch commented 6 years ago

Since you have a PR open, I'm going to move this to In Progress

pdpinch commented 6 years ago

I'm moving this back to backlog for now, since the PR in edx-api-client is blocked.