Sha256: 635613ce4a6778465eeffffcdbf6b362e2e44c9876f1de146a17679090dd3e88
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true load File.expand_path("fixture_helper.rb", __dir__) PumaWorkerKiller.config do |config| config.pre_term = ->(worker) { puts("About to terminate worker: #{worker.inspect}") } end PumaWorkerKiller.start run HelloWorldApp
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puma_worker_killer-1.0.0 | test/fixtures/pre_term.ru |