<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/unicorn.rb.example, branch NicoleSchwartz-Python-Blog</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Run do_master_restart callback on server start</title>
<updated>2019-07-01T15:32:19+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-07-01T15:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=606261e8e7d6d7879a2b88c3c217df08b063c9fc'/>
<id>606261e8e7d6d7879a2b88c3c217df08b063c9fc</id>
<content type='text'>
We want to call master_restart callback on start too - this callback
is used for cleaning up prometheus files. It has been added to
Omnibus already:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3350

So make sure that Unicorn example configs are up-to-date and that
the same callback is called for Puma too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to call master_restart callback on start too - this callback
is used for cleaning up prometheus files. It has been added to
Omnibus already:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3350

So make sure that Unicorn example configs are up-to-date and that
the same callback is called for Puma too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add experimental support for Puma</title>
<updated>2018-10-25T16:50:15+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2018-10-20T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1065f8ce7a261dff5a3077be46405343141733df'/>
<id>1065f8ce7a261dff5a3077be46405343141733df</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rubocop complaining about unicorn.rb</title>
<updated>2018-10-12T19:08:13+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-10-12T19:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f48039933435f32a0f7aeb24a491cb5ba12eb516'/>
<id>f48039933435f32a0f7aeb24a491cb5ba12eb516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy important changes from unicorn.rb.example to</title>
<updated>2018-07-31T11:02:59+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-07-31T10:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e315dca6ceb5528a9b2c0f6d76261281a61a65b9'/>
<id>e315dca6ceb5528a9b2c0f6d76261281a61a65b9</id>
<content type='text'>
unicorn.rb.example.development. Also remove unneeded configurations
and update the comment accordingly. I think REE was long dead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unicorn.rb.example.development. Also remove unneeded configurations
and update the comment accordingly. I think REE was long dead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rbtrace work under unicorn</title>
<updated>2018-07-30T15:12:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-29T01:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=820923664ddf353533892f0af21ed3822508a655'/>
<id>820923664ddf353533892f0af21ed3822508a655</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up stale Prometheus metrics in before_exec unicorn hook</title>
<updated>2018-06-12T04:50:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-06-12T04:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e9d4b08dc2cde4477e77f5ad4b2e9efad47fbf71'/>
<id>e9d4b08dc2cde4477e77f5ad4b2e9efad47fbf71</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update prometheus client gem to fix problems with PID handling following</title>
<updated>2017-07-27T12:40:36+00:00</updated>
<author>
<name>Pawel Chojnacki</name>
<email>pawel@chojnacki.ws</email>
</author>
<published>2017-07-27T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3265ac4f39e6760340722c524113ac1691fdcf8d'/>
<id>3265ac4f39e6760340722c524113ac1691fdcf8d</id>
<content type='text'>
unicorn forking new workers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unicorn forking new workers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos and grammar</title>
<updated>2016-11-14T11:01:52+00:00</updated>
<author>
<name>seongahjo</name>
<email>seongside@gmail.com</email>
</author>
<published>2016-11-14T11:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=123b3ec432227f14f6baec292f1610e839b9f705'/>
<id>123b3ec432227f14f6baec292f1610e839b9f705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos and grammar</title>
<updated>2016-02-10T10:43:19+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-02-10T10:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=464cea7d4892e76bcb39f0a3eaf848369178293a'/>
<id>464cea7d4892e76bcb39f0a3eaf848369178293a</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Edit configuration files for relative URL support</title>
<updated>2016-02-09T14:59:42+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-02-09T14:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b532109b97a7764aef808673a084da1731ed452d'/>
<id>b532109b97a7764aef808673a084da1731ed452d</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
