temp: increase grading task rate limit (#30766)

* temp: increase grading task rate limit

* fixup! temp: increase grading task rate limit
This commit is contained in:
Jansen Kantor
2022-07-21 17:20:23 -04:00
committed by GitHub
parent 7884ba8b69
commit b4d25f1dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -2289,7 +2289,7 @@ POLICY_CHANGE_GRADES_ROUTING_KEY = 'edx.lms.core.default'
SOFTWARE_SECURE_VERIFICATION_ROUTING_KEY = 'edx.lms.core.default'
# Rate limit for regrading tasks that a grading policy change can kick off
POLICY_CHANGE_TASK_RATE_LIMIT = '300/h'
POLICY_CHANGE_TASK_RATE_LIMIT = '900/h'
############## Settings for CourseGraph ############################