Sha256: 32dd7a8ea859ffe42d455b37aefba763cbecdfbf655c7515bf0bd1a25cce62cf
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
load File.expand_path("../fixture_helper.rb", __FILE__) PumaWorkerKiller.config do |config| config.pre_term = lambda { |worker| puts("About to terminate worker: #{worker.inspect}") } end PumaWorkerKiller.start run HelloWorldApp
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
gitlab-puma_worker_killer-0.1.1.gitlab.1 | test/fixtures/pre_term.ru |
puma_worker_killer-0.1.1 | test/fixtures/pre_term.ru |
puma_worker_killer-0.1.0 | test/fixtures/pre_term.ru |