An error occurred fetching the project authors.
- 12 Oct, 2018 1 commit
-
-
Brett Walker authored
-
- 31 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
unicorn.rb.example.development. Also remove unneeded configurations and update the comment accordingly. I think REE was long dead.
-
- 30 Jul, 2018 1 commit
-
-
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.
-
- 12 Jun, 2018 1 commit
-
-
Stan Hu authored
Issuing a SIGUSR2 to a unicorn involves a dance where new workers are spun up before the old ones are shut down. To ensure Prometheus .db files aren't deleted after the new workers are shut down, we need to clean these files up before the unicorn process is run. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2582
-
- 06 Jun, 2018 1 commit
-
-
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.
-
- 27 Jul, 2017 1 commit
-
-
Pawel Chojnacki authored
unicorn forking new workers.
-
- 14 Nov, 2016 1 commit
-
-
seongahjo authored
-
- 10 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 09 Feb, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 11 Jun, 2015 1 commit
-
-
Marin Jankovski authored
-
- 20 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit 516bcabb. Conflicts: Gemfile
-
- 14 Mar, 2015 1 commit
-
-
Marin Jankovski authored
-
- 04 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 08 Dec, 2014 2 commits
-
-
Job van der Voort authored
-
Job van der Voort authored
-
- 30 Oct, 2014 1 commit
-
-
Crom (Thibaut CHARLES) authored
A value of 1 cause http push fail (issue #6978 on GitHub)
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 12 Sep, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 11 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 May, 2014 1 commit
-
-
Marin Jankovski authored
-
- 29 Nov, 2013 1 commit
-
-
Sytse Sijbrandij authored
-
- 28 Nov, 2013 1 commit
-
-
Sytse Sijbrandij authored
-
- 06 Nov, 2013 1 commit
-
-
Crom (Thibaut CHARLES) authored
- If you don't edit gitlab-shell/config.yml, you wnon't be able to push via SSH (as described here: http://stackoverflow.com/questions/15746336/gitlab-cant-push-code-to-server) - If you don't re-run sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production, some icons won't be visible
-
- 28 Sep, 2013 1 commit
-
-
Thomas Misilo authored
-
- 27 Sep, 2013 1 commit
-
-
Thomas Misilo authored
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example
-
- 14 Sep, 2013 1 commit
-
-
Spencer authored
-
- 23 Aug, 2013 1 commit
-
-
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.
-
- 22 Aug, 2013 1 commit
-
-
Michael Moll authored
otherwise it will listen on 0.0.0.0
-
- 08 Jul, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 19 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 17 Mar, 2013 1 commit
-
-
Kevin Lyda authored
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
-
- 05 Feb, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 31 Jan, 2013 1 commit
-
-
Mike Wyatt authored
-
- 28 Dec, 2012 1 commit
-
-
Chris Frohoff authored
-
- 19 Sep, 2012 1 commit
-
-
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.
-
- 15 Sep, 2012 1 commit
-
-
Tobias Pfeiffer authored
Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in line with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time.
-
- 01 Apr, 2012 1 commit
-
-
Abe Voelker authored
-
- 11 Mar, 2012 1 commit
-
-
Valery Sizov authored
-
- 10 Mar, 2012 1 commit
-
-
Valery Sizov authored
-