Sha256: 9897609e0af977450fcb285bba6550d2dae3b25f56f265ef4bfc4fd492359a69
Contents?: true
Size: 388 Bytes
Versions: 24
Compression:
Stored size: 388 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. module Sidekiq class CLI def exit(*args) # No-op Sidekiq's exit since we don't want it shutting us down and eating # our exit code end end end if defined?(SidekiqServer) SidekiqServer.instance.stop end
Version data entries
24 entries across 24 versions & 2 rubygems