Commit f923b159 by Alex Dusenbery Committed by GitHub

Merge pull request #3935 from edx/aed/EDUCATOR-565

EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY
parents b1623087 62aaef13
......@@ -11,6 +11,10 @@
- Updated the java build that neo4j uses to run.
- Role: edxapp
- Set the default value for EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY to
'edx.lms.core.default'.
- Role: edxapp
- Set the default value for EDXAPP_BULK_EMAIL_ROUTING_KEY_SMALL_JOBS to
'edx.lms.core.low'.
......
......@@ -528,6 +528,7 @@ EDXAPP_CELERY_WORKERS:
monitor: False
max_tasks_per_child: 1
EDXAPP_RECALCULATE_GRADES_ROUTING_KEY: 'edx.lms.core.default'
EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY: 'edx.lms.core.default'
EDXAPP_BULK_EMAIL_ROUTING_KEY_SMALL_JOBS: 'edx.lms.core.low'
EDXAPP_LMS_CELERY_QUEUES: "{{ edxapp_workers|selectattr('service_variant', 'equalto', 'lms')|map(attribute='queue')|map('regex_replace', '(.*)', 'edx.lms.core.\\1')|list }}"
EDXAPP_CMS_CELERY_QUEUES: "{{ edxapp_workers|selectattr('service_variant', 'equalto', 'cms')|map(attribute='queue')|map('regex_replace', '(.*)', 'edx.cms.core.\\1')|list }}"
......@@ -1079,6 +1080,8 @@ generic_env_config: &edxapp_generic_env
# License for serving content in China
ICP_LICENSE: "{{ EDXAPP_ICP_LICENSE }}"
POLICY_CHANGE_GRADES_ROUTING_KEY: "{{ EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY }}"
lms_auth_config:
<<: *edxapp_generic_auth
SEGMENT_KEY: "{{ EDXAPP_LMS_SEGMENT_KEY }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment