1. 12 Apr, 2017 1 commit
  2. 06 Apr, 2017 1 commit
    • Disable app preload in gunicorn for LMS & Studio. · 30b924d5
      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
  3. 22 Mar, 2017 1 commit
  4. 09 Feb, 2017 1 commit
  5. 03 Feb, 2017 1 commit
  6. 02 Dec, 2016 1 commit
  7. 20 Nov, 2016 1 commit
  8. 29 Jun, 2016 1 commit
  9. 21 Jun, 2016 1 commit
  10. 15 Jun, 2016 1 commit
  11. 14 Jun, 2016 2 commits
  12. 05 Jun, 2016 1 commit
  13. 02 Jun, 2016 1 commit
  14. 10 May, 2016 1 commit
  15. 26 Feb, 2016 3 commits
  16. 20 Feb, 2016 1 commit
    • Remove almost all references to syncdb · d7d7839e
      Django 1.8 removed the syncdb command so we can no longer run it, don't
      imply that we are running it in documentation/messages, also don't
      provide the scripts used on devstack/sandboxes to run it since they'll
      never work anyway.
      
      Additionally - remove yet another openid workaround which is unnecesary
      since the Django 1.8 upgrade.
      Kevin Falcone committed
  17. 28 Dec, 2015 1 commit
  18. 17 Nov, 2015 1 commit
  19. 22 Oct, 2015 2 commits
  20. 08 Jul, 2015 2 commits
  21. 29 May, 2015 1 commit
  22. 12 May, 2015 1 commit
  23. 18 Mar, 2015 1 commit
  24. 17 Mar, 2015 2 commits
  25. 20 Feb, 2015 1 commit
  26. 18 Feb, 2015 1 commit
  27. 08 Feb, 2015 1 commit
  28. 12 Dec, 2014 1 commit
  29. 10 Dec, 2014 1 commit
  30. 08 Dec, 2014 1 commit
  31. 24 Nov, 2014 1 commit
  32. 21 Oct, 2014 2 commits
  33. 20 Oct, 2014 1 commit