Sha256: 96c3c078ed1cd3eeadcf839f1096b63be4b152716bf225d0122f6aaefceeeee6
Contents?: true
Size: 307 Bytes
Versions: 18
Compression:
Stored size: 307 Bytes
Contents
if defined?(::Puma) && ::Puma.respond_to?(:cli_config) Appsignal.logger.info('Loading Puma integration') if ::Puma.cli_config ::Puma.cli_config.options[:before_worker_shutdown] ||= [] ::Puma.cli_config.options[:before_worker_shutdown] << Proc.new do |id| Appsignal.stop end end end
Version data entries
18 entries across 18 versions & 1 rubygems