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
4f53113f
Commit
4f53113f
authored
Feb 10, 2017
by
syed-awais-ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
celery ttl var added to lms and cms env
parent
73f27e1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playbooks/roles/edxapp/defaults/main.yml
+2
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
4f53113f
...
...
@@ -1042,6 +1042,7 @@ lms_env_config:
DOC_LINK_BASE_URL
:
"
{{
EDXAPP_LMS_DOC_LINK_BASE_URL
}}"
RECALCULATE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_RECALCULATE_GRADES_ROUTING_KEY
}}"
CELERY_QUEUES
:
"
{{
EDXAPP_LMS_CELERY_QUEUES
}}"
CELERY_EVENT_QUEUE_TTL
:
"
{{
EDXAPP_CELERY_EVENT_QUEUE_TTL
}}"
ALTERNATE_WORKER_QUEUES
:
"
cms"
cms_auth_config
:
...
...
@@ -1074,6 +1075,7 @@ cms_env_config:
GIT_REPO_EXPORT_DIR
:
"
{{
EDXAPP_GIT_REPO_EXPORT_DIR
}}"
DOC_LINK_BASE_URL
:
"
{{
EDXAPP_CMS_DOC_LINK_BASE_URL
}}"
CELERY_QUEUES
:
"
{{
EDXAPP_CMS_CELERY_QUEUES
}}"
CELERY_EVENT_QUEUE_TTL
:
"
{{
EDXAPP_CELERY_EVENT_QUEUE_TTL
}}"
ALTERNATE_WORKER_QUEUES
:
"
lms"
COURSE_IMPORT_EXPORT_BUCKET
:
"
{{
EDXAPP_IMPORT_EXPORT_BUCKET
}}"
...
...
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