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
OpenEdx
configuration
Commits
9de728a3
Commit
9de728a3
authored
Jun 21, 2017
by
Alex Dusenbery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY
parent
5d144ed5
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 @
9de728a3
...
...
@@ -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 @
9de728a3
...
...
@@ -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
}}"
...
...
@@ -1148,6 +1149,7 @@ lms_env_config:
API_DOCUMENTATION_URL
:
"
{{
EDXAPP_API_DOCUMENTATION_URL
}}"
AUTH_DOCUMENTATION_URL
:
"
{{
EDXAPP_AUTH_DOCUMENTATION_URL
}}"
RECALCULATE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_RECALCULATE_GRADES_ROUTING_KEY
}}"
POLICY_CHANGE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY
}}"
BULK_EMAIL_ROUTING_KEY_SMALL_JOBS
:
"
{{
EDXAPP_BULK_EMAIL_ROUTING_KEY_SMALL_JOBS
}}"
CELERY_QUEUES
:
"
{{
EDXAPP_LMS_CELERY_QUEUES
}}"
ALTERNATE_WORKER_QUEUES
:
"
cms"
...
...
@@ -1185,6 +1187,7 @@ cms_env_config:
CELERY_QUEUES
:
"
{{
EDXAPP_CMS_CELERY_QUEUES
}}"
ALTERNATE_WORKER_QUEUES
:
"
lms"
COURSE_IMPORT_EXPORT_BUCKET
:
"
{{
EDXAPP_IMPORT_EXPORT_BUCKET
}}"
POLICY_CHANGE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY
}}"
# install dir for the edx-platform repo
edxapp_code_dir
:
"
{{
edxapp_app_dir
}}/edx-platform"
...
...
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