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
febe1add
Commit
febe1add
authored
Mar 15, 2017
by
Fred Smith
Committed by
GitHub
Mar 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3752 from edx/neem/course-block-structures
Settings for S3-backed Course Block Structures
parents
d6e8e6f6
8af0abd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
CHANGELOG.md
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+16
-0
No files found.
CHANGELOG.md
View file @
febe1add
...
...
@@ -230,3 +230,6 @@
-
Role: ecommerce
-
Removed
`SEGMENT_KEY`
which is no longer used. Segment key is now defined in DB configuration. (https://github.com/edx/ecommerce/pull/1121)
-
Role: edxapp
-
Added
`EDXAPP_BLOCK_STRUCTURES_SETTINGS`
to configure S3-backed Course Block Structures.
playbooks/roles/edxapp/defaults/main.yml
View file @
febe1add
...
...
@@ -635,6 +635,21 @@ EDXAPP_SESSION_SAVE_EVERY_REQUEST: false
EDXAPP_SESSION_COOKIE_SECURE
:
false
# Course Block Structures
EDXAPP_BLOCK_STRUCTURES_SETTINGS
:
# Delay, in seconds, after a new edit of a course is published
# before updating the block structures cache. This is needed
# for a better chance at getting the latest changes when there
# are secondary reads in sharded mongoDB clusters. See TNL-5041
# for more info.
COURSE_PUBLISH_TASK_DELAY
:
30
# Delay, in seconds, between retry attempts if a task fails.
TASK_DEFAULT_RETRY_DELAY
:
30
# Maximum number of retries per task.
TASK_MAX_RETRIES
:
5
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -959,6 +974,7 @@ generic_env_config: &edxapp_generic_env
REGISTRATION_EXTRA_FIELDS
:
"
{{
EDXAPP_REGISTRATION_EXTRA_FIELDS
}}"
XBLOCK_SETTINGS
:
"
{{
EDXAPP_XBLOCK_SETTINGS
}}"
EDXMKTG_USER_INFO_COOKIE_NAME
:
"
{{
EDXAPP_EDXMKTG_USER_INFO_COOKIE_NAME
}}"
BLOCK_STRUCTURES_SETTINGS
:
"
{{
EDXAPP_BLOCK_STRUCTURES_SETTINGS
}}"
# Deprecated, maintained for backward compatibility
COMPREHENSIVE_THEME_DIR
:
"
{{
EDXAPP_COMPREHENSIVE_THEME_DIR
}}"
...
...
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