Sha256: 97939987692b986df3fca86aff421abe11c31f15f3ada93ba439fedd393d4303

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

require 'worker_killer'
require 'worker_killer/puma_plugin'

Puma::Plugin.create do
  def config(cfg)
    ::WorkerKiller::PumaPlugin.instance.config(cfg)
  end

  def start(launcher)
    ::WorkerKiller::PumaPlugin.instance.start(launcher)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
worker_killer-1.1.0.223443 lib/worker_killer/puma/plugin/worker_killer.rb
worker_killer-1.1.0.214159 lib/worker_killer/puma/plugin/worker_killer.rb
worker_killer-1.1.0.214146 lib/worker_killer/puma/plugin/worker_killer.rb