Commit graph

4 commits

Author SHA1 Message Date
Achilleas Pipinellis
d8f33c0a51 Move operations/ to new location
[ci skip]
2016-10-11 16:13:04 +02:00
Rémy Coutable
cdf91da3eb
Sidekiq MemoryKiller sends a SIGKILL signal, not SIGTERM
[ci skip]

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-26 15:46:54 +02:00
Jacob Vosmaer
1c1f18b416 Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var
It looks like SIGTERM may not be enough to shut down a Sidekiq process
when its RSS has gotten too big. This change will allow us to experiment
with sending SIGKILL instead of SIGTERM to Sidekiq processes on
gitlab.com.
2015-05-07 18:47:03 +02:00
Jacob Vosmaer
71789468d3 Add documentation for the Sidekiq MemoryKiller 2014-12-15 13:43:36 +01:00