- 12 Apr, 2017 12 commits
-
-
John Eskew committed
-
Be able to override the django sql CONN_MAX_AGE setting.
Feanil Patel committed -
Allow `./shovel.py`, not just `python shovel.py`
Kevin Falcone committed -
Kevin Falcone committed
-
E0d/upgrade rabbit rebase
Kevin Falcone committed -
Kevin Falcone committed
-
We're stopping rabbit, but it's part of the configuration the service, so I didn't use manage:. We may need to re-discuss the tags (mongo_3_0 works similarly when stopping mongo to manage config).
Kevin Falcone committed -
Kevin Falcone committed
-
Files for building a docker container for rabbitmq All apt-get over https New third-party repos Enforce correct rabbit version installed Flag rabbit upgrading Adds the CHECK_RABBIT_VERSION flag (true by default). If true and the rabbitmq version found differs from the version specified in RABBITMQ_VERSION, the role fails. If false in the same scenario, the role continues but does not install rabbitmq (because it's already installed). This enables us to continue using this role without forcing us to upgrade rabbitmq. Rebase miss Missed merge conflict marker syntax and whitespace latest rabbit.
Edward Zarecor committed -
Feanil Patel committed
-
Run edxapp on Docker for Devstack
Jeremy Bowman committed -
Clinton Blackburn committed
-
- 11 Apr, 2017 4 commits
-
-
Updated redis conf to work correctly (start/restart) with 16.04
Brian Beggs committed -
Brian Beggs committed
-
fix supervisor configuration file path
Michael Roytman committed -
Michael Roytman committed
-
- 10 Apr, 2017 1 commit
-
-
Dockerfile for notifier on 16.04
Michael Roytman committed
-
- 07 Apr, 2017 7 commits
-
-
Michael Roytman committed
-
Michael Roytman committed
-
Michael Roytman committed
-
Michael Roytman committed
-
Michael Roytman committed
-
Michael Roytman committed
-
Disable app preload in gunicorn for LMS & Studio.
David Ormsbee committed
-
- 06 Apr, 2017 3 commits
-
-
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 -
Quiet an ansible deprecation warnings
Kevin Falcone committed -
[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo' (default). This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
Kevin Falcone committed
-
- 05 Apr, 2017 7 commits
-
-
Apply changes from the previous task.
Kevin Falcone committed -
Rabbit will only use 40% of RAM, allow this to go up
Kevin Falcone committed -
Just causes confusion with notifier.yml
Kevin Falcone committed -
Kevin Falcone committed
-
Without this, resolv.conf won't be updated in our environment until the lease expires and dhclient reruns. The -n should prevent it from *actually* changing interfaces, and instead just updates the conf files.
Kevin Falcone committed -
Kevin Falcone committed
-
The linked documentation comes out ao .7 for a t2.large We can also prevent rabbit from going to disk until more memory is full, but that isn't needed right now.
Kevin Falcone committed
-
- 31 Mar, 2017 6 commits
-
-
Attempt to give the version tag attached by the pipeline a better name
Calen Pennington committed -
Calen Pennington committed
-
LEARNER-406
Clinton Blackburn committed -
infrastructure for building an AMI for a loadtest driver jenkins worker
Troy Sankey committed -
The CD infrastructure shouldn't clobber the tag added by the underlyi…
Calen Pennington committed -
Calen Pennington committed
-