1. 19 Oct, 2016 1 commit
    • ECOM-5435 · 645cf9da
      Integrating django-ses for sending emails
      
      Installing the django-ses from production.py.
      Updating the required authentication variable for sending emails ( using discovery configuration ).
      Add an example of required credentials in private.py.example.
      Awais committed
  2. 18 Oct, 2016 6 commits
  3. 17 Oct, 2016 7 commits
  4. 14 Oct, 2016 2 commits
  5. 12 Oct, 2016 1 commit
  6. 11 Oct, 2016 1 commit
  7. 07 Oct, 2016 9 commits
  8. 06 Oct, 2016 3 commits
  9. 05 Oct, 2016 1 commit
  10. 03 Oct, 2016 3 commits
  11. 02 Oct, 2016 2 commits
  12. 01 Oct, 2016 2 commits
    • Refine parallel metadata refresh pipeline (#364) · 7f2fcb9d
      Force each process to use its own database connection, add a migration creating relevant switches, and simplify the logic determining whether it's safe to use threads.
      
      ECOM-5871
      Renzo Lucioni committed
    • Further accelerate metadata refresh (#363) · ba8a85ca
      A Waffle switch can now be used to toggle parallelized execution of the data loading pipeline. The pipeline is structured so that stages that can run independently of others are interleaved using separate processes.
      
      A separate Waffle switch can be used to toggle threaded writes to the database. Instead of using threads to request all data, then writing it all serially, use this switch to spawn separate threads responsible for reading and writing each page of data.
      
      ECOM-5871
      Renzo Lucioni committed
  13. 30 Sep, 2016 2 commits