- 16 Aug, 2017 1 commit
-
-
Calen Pennington committed
-
- 15 Aug, 2017 1 commit
-
-
Fred Smith committed
-
- 11 Jul, 2017 1 commit
-
-
Since the earliest days of edX, we've run gunicorn with preload_app as True. This was primarily because the first handful of courses were using the XMLModuleStore, which was extremely slow to initialize because it had to read entire courses from disk and load them into memory at startup. XMLModuleStore courses stopped being created with the introduction of Studio, and we've long since removed them from edx.org. Note: This should not be confused with importing courses that are authored in XML. XMLModuleStore courses are courses who use the disk instead of Mongo for content persistence, and require a server restart for content edits to show. This commit sets things back to how Django is more commonly deployed with gunicorn. It will make server startup time somewhat more expensive because each worker process does init work, but it should make it easier to safely enable features like database connection pooling without having to worry about shared resources. [PERF-305]
David Ormsbee committed
-
- 13 Jun, 2017 1 commit
-
-
removing unneeded, missing alternatives bad diag missed var
Edward Zarecor committed
-
- 27 Mar, 2017 3 commits
-
-
Add newrelic to jenkins workers.
Ben Patterson committed -
Deploy edx-themes:master instead of edx-themes:release
Douglas Hall committed -
We want the release pipelines to deploy edx-themes:master to avoid the additional step of merging edx-themes:master to edx-themes:release in order to deploy changes to edx-themes. WL-1018
Douglas Hall committed
-
- 24 Mar, 2017 1 commit
-
-
This Dockerfile is based on the official image (rather than built from scratch by us) and includes the elasticsearch-head plugin.
Clinton Blackburn committed
-
- 23 Mar, 2017 7 commits
-
-
ECOM-7552
Clinton Blackburn committed -
No need to create different replica user
Ned Batchelder committed -
find-exec won't expand wildcards
Ned Batchelder committed -
Exclude Enterprise API from auth.
Fred Smith committed -
ubuntu-restricted-extras requires multiverse
Kevin Falcone committed -
Configure ca-certificates for java in go-agents
Brian Beggs committed -
Fred Smith committed
-
- 22 Mar, 2017 8 commits
-
-
Brian Beggs committed
-
Add a playbook to install Grafana.
Toby Lawrence committed -
This is not enabled by default, enable it for machines using the browsers role.
Kevin Falcone committed -
This is missing on the newest docker images
Kevin Falcone committed -
Ned Batchelder committed
-
Toby Lawrence committed
-
Ned Batchelder committed
-
move oraclejdk into relasticsearch role
Fred Smith committed
-
- 21 Mar, 2017 2 commits
-
-
From resurrecting old docker images, it appears that we got it for "free" as part of the jenkins container, but don't have it now that we're starting from a clean install.
Kevin Falcone committed -
Fred Smith committed
-
- 20 Mar, 2017 6 commits
-
-
Always autorestart edxapp workers
Matjaz Gregoric committed -
Don't check virtual memory in YARN_SITE_DEFAULT_CONFIG.
Alex Dusenbery committed -
Gabe Mulley committed
-
We've run this against two hosts by manually hacking run_role.yml
Kevin Falcone committed -
This helps make it simpler until we write the ansible to support playbooks that don't gather facts, bootstrap, gather facts, run the other role.
Kevin Falcone committed -
Remove the specific version AMI version tagging in favor of using the version_tags variable
Calen Pennington committed
-
- 19 Mar, 2017 1 commit
-
-
Ben Patterson committed
-
- 17 Mar, 2017 6 commits
-
-
Only run the generic AMI tagging task when there are tags to apply
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Allow custom version tags to be applied when creating an AMI
Calen Pennington committed -
Use INSIGHTS_DATABASE variables in edxlocal role
Tyler Hallada committed -
Calen Pennington committed
-
- 16 Mar, 2017 1 commit
-
-
The INSIGHTS_MYSQL_USER variable is not defined, so the Insights database user was not being created.
Tyler Hallada committed
-
- 15 Mar, 2017 1 commit
-
-
Alex Dusenbery committed
-