gitlab-org--gitlab-foss/lib/gitlab/sidekiq_middleware
Jacob Vosmaer c291ff9c6f Use SIGKILL by default in Sidekiq::MemoryKiller
This makes the memory growth-triggered Sidekiq restarts more reliable by
reducing the chance that Sidekiq ends up in a state where it is not
accepting new jobs but also not shutting down: SIGKILL is more likely to
work than SIGTERM.
2015-05-13 17:09:12 +02:00
..
arguments_logger.rb Log Sidekiq arguments 2014-07-28 16:46:36 +02:00
memory_killer.rb Use SIGKILL by default in Sidekiq::MemoryKiller 2015-05-13 17:09:12 +02:00