An error occurred fetching the project authors.
  1. 12 Oct, 2018 1 commit
  2. 31 Jul, 2018 1 commit
  3. 30 Jul, 2018 1 commit
    • Stan Hu's avatar
      Make rbtrace work under unicorn · 82092366
      Stan Hu authored
      The Unicorn master resets any signal handlers and prevents rbtrace
      from working properly as a result. Move the `require 'rbtrace'` call
      to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
      82092366
  4. 12 Jun, 2018 1 commit
  5. 06 Jun, 2018 1 commit
    • Yorick Peterse's avatar
      Add service discovery for the DB load balancer · e457de0f
      Yorick Peterse authored
      The service discovery mechanism can be used to automatically update the
      list of database secondaries. This is done by periodically checking a
      DNS record, updating the load balancer whenever its list of hosts
      differs from the DNS record.
      
      Old connections are terminated after the new hosts have been added to
      the load balancer. A timeout mechanism is put in place to ensure this
      completes in a fixed amount of time. Given requests check their
      connections back in at the end of a request, the usual time this takes
      should be in the order of a few seconds.
      e457de0f
  6. 27 Jul, 2017 1 commit
  7. 14 Nov, 2016 1 commit
  8. 10 Feb, 2016 1 commit
  9. 09 Feb, 2016 1 commit
  10. 11 Jun, 2015 1 commit
  11. 20 Mar, 2015 1 commit
  12. 14 Mar, 2015 1 commit
  13. 04 Mar, 2015 1 commit
  14. 08 Dec, 2014 2 commits
  15. 30 Oct, 2014 1 commit
  16. 23 Sep, 2014 1 commit
  17. 12 Sep, 2014 1 commit
  18. 11 Jun, 2014 1 commit
  19. 13 May, 2014 1 commit
  20. 29 Nov, 2013 1 commit
  21. 28 Nov, 2013 1 commit
  22. 06 Nov, 2013 1 commit
  23. 28 Sep, 2013 1 commit
  24. 27 Sep, 2013 1 commit
  25. 14 Sep, 2013 1 commit
  26. 23 Aug, 2013 1 commit
    • Jacob Vosmaer's avatar
      Fix the `service gitlab restart` command · 2b9d48cc
      Jacob Vosmaer authored
      This commit addresses two related issues:
      - Sidekiq should shut down completely before we restart it;
      - If we restart unicorn with USR2 we need to kill the old master and
        worker processes.
      2b9d48cc
  27. 22 Aug, 2013 1 commit
  28. 08 Jul, 2013 2 commits
  29. 19 Apr, 2013 1 commit
  30. 17 Mar, 2013 1 commit
  31. 05 Feb, 2013 1 commit
  32. 31 Jan, 2013 1 commit
  33. 28 Dec, 2012 1 commit
  34. 19 Sep, 2012 1 commit
    • Caley Woods's avatar
      Update comment in example unicorn config · e3b149fa
      Caley Woods authored
      The timeout was changed to 30 and the comment wasn't updated. Also I've seen several reports of this timeout not being long enough for quite a few people. It resulted in me getting a 502 bad gateway from nginx until I upped it. Perhaps could back to the default 60 would be better? I changed mine to 300, running on an AWS micro instance.
      e3b149fa
  35. 15 Sep, 2012 1 commit
  36. 01 Apr, 2012 1 commit
  37. 11 Mar, 2012 1 commit
  38. 10 Mar, 2012 1 commit