Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
f923b159
Commit
f923b159
authored
Jul 11, 2017
by
Alex Dusenbery
Committed by
GitHub
Jul 11, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3935 from edx/aed/EDUCATOR-565
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY
parents
b1623087
62aaef13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+3
-0
No files found.
CHANGELOG.md
View file @
f923b159
...
...
@@ -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'.
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
f923b159
...
...
@@ -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
}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment