• Jacob Vosmaer's avatar
    Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var · 87dd2dca
    Jacob Vosmaer authored
    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.
    87dd2dca
memory_killer.rb 1.87 KB