Sha256: 9245b1c08339993fd7a01ede32b41f76fee63e755232a4a2fb0d409cd1cd4e6e
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true load File.expand_path("fixture_helper.rb", __dir__) PumaWorkerKiller.config do |config| config.on_calculation = ->(usage) { puts("Current memory footprint: #{usage} mb") } 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/on_calculation.ru |