Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add experimental support for Pumaan-multithreading | Andrew Newdigate | 2018-10-25 | 1 | -29/+8 |
| | | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value. | ||||
* | Fix rubocop complaining about unicorn.rb | Brett Walker | 2018-10-12 | 1 | -2/+2 |
| | |||||
* | Copy important changes from unicorn.rb.example to | Lin Jen-Shin | 2018-07-31 | 1 | -4/+4 |
| | | | | | unicorn.rb.example.development. Also remove unneeded configurations and update the comment accordingly. I think REE was long dead. | ||||
* | Make rbtrace work under unicorn | Stan Hu | 2018-07-30 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | Clean up stale Prometheus metrics in before_exec unicorn hooksh-update-unicorn-rb-example | Stan Hu | 2018-06-11 | 1 | -0/+11 |
| | | | | | | | | | 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 | ||||
* | Update prometheus client gem to fix problems with PID handling followingpawel/prometheus_client_pid_reuse_error | Pawel Chojnacki | 2017-07-27 | 1 | -0/+4 |
| | | | | unicorn forking new workers. | ||||
* | Fix typos and grammar | seongahjo | 2016-11-14 | 1 | -2/+2 |
| | |||||
* | Fix typos and grammar | Achilleas Pipinellis | 2016-02-10 | 1 | -1/+2 |
| | | | | [ci skip] | ||||
* | Edit configuration files for relative URL support | Achilleas Pipinellis | 2016-02-09 | 1 | -3/+5 |
| | | | | [ci skip] | ||||
* | Add a note that changing example configuration files requires changing ↵note_about_omnibus_changes | Marin Jankovski | 2015-06-11 | 1 | -0/+3 |
| | | | | omnibus-gitlab. | ||||
* | Revert "Increase timeout for Git-over-HTTP requests." | Dmitriy Zaporozhets | 2015-03-19 | 1 | -4/+16 |
| | | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile | ||||
* | Change default number of unicorn workers to three. | Marin Jankovski | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Increase timeout for Git-over-HTTP requests. | Douwe Maan | 2015-03-04 | 1 | -16/+4 |
| | |||||
* | memory constrained unicorn workers | Job van der Voort | 2014-12-08 | 1 | -4/+2 |
| | |||||
* | advise about unicorn workers | Job van der Voort | 2014-12-08 | 1 | -7/+9 |
| | |||||
* | Doc: Unicorn minimum worker_processes is 2 | Crom (Thibaut CHARLES) | 2014-10-30 | 1 | -0/+1 |
| | | | | A value of 1 cause http push fail (issue #6978 on GitHub) | ||||
* | Increase unicorn timeout to 60 seconds | Dmitriy Zaporozhets | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Use the default Unicorn socket backlog value: 1024 | Jacob Vosmaer | 2014-09-12 | 1 | -3/+4 |
| | |||||
* | Describe unicorn timeout value in git over http | Dmitriy Zaporozhets | 2014-06-11 | 1 | -0/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update warnings about relative url support. | Marin Jankovski | 2014-05-13 | 1 | -8/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/gitlabhq/gitlabhq | Crom (Thibaut CHARLES) | 2013-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example | ||||
| * | Add warning back. | Sytse Sijbrandij | 2013-11-29 | 1 | -1/+1 |
| | | |||||
| * | Unsupported is unclear. | Sytse Sijbrandij | 2013-11-28 | 1 | -1/+1 |
| | | |||||
* | | Fixed comments for running gitlab in a non-root path | Crom (Thibaut CHARLES) | 2013-11-06 | 1 | -1/+3 |
|/ | | | | | - 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 | ||||
* | Updated at the request of @f0k | Thomas Misilo | 2013-09-28 | 1 | -1/+7 |
| | |||||
* | Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , ↵ | Thomas Misilo | 2013-09-27 | 1 | -0/+3 |
| | | | | as it talked about in the gitlab.yml.example | ||||
* | Update unicorn.rb.example | Spencer | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4845 from mmoll/unicorn_localhost | Dmitriy Zaporozhets | 2013-08-25 | 1 | -1/+1 |
|\ | | | | | bind unicorn listener to 127.0.0.1 | ||||
| * | bind unicorn listener to 127.0.0.1 | Michael Moll | 2013-08-22 | 1 | -1/+1 |
| | | | | | | | | otherwise it will listen on 0.0.0.0 | ||||
* | | Fix the `service gitlab restart` command | Jacob Vosmaer | 2013-08-23 | 1 | -13/+13 |
|/ | | | | | | | 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. | ||||
* | Fix unicorn init and config | Dmitriy Zaporozhets | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Add suppoort of unicorn and fog gems | Dmitriy Zaporozhets | 2013-07-08 | 1 | -0/+102 |
| | |||||
* | remove unicorn config since we use puma now | Dmitriy Zaporozhets | 2013-04-19 | 1 | -68/+0 |
| | |||||
* | Result of misspellings run. | Kevin Lyda | 2013-03-17 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | remove hardcoded app_dir from unicorn.rb.example | Mike Wyatt | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | added RAILS_RELATIVE_URL_ROOT support | Chris Frohoff | 2012-12-28 | 1 | -0/+4 |
| | |||||
* | Update comment in example unicorn config | Caley Woods | 2012-09-19 | 1 | -1/+1 |
| | | | 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. | ||||
* | Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in ↵ | Tobias Pfeiffer | 2012-09-15 | 1 | -0/+64 |
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. |