Sha256: 3d8b80e76283208891a25439dc7e715e599f62f990c017c6e31cea91b54ea1d8
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
load File.expand_path("../fixture_helper.rb", __FILE__) PumaWorkerKiller.config do |config| config.on_calculation = lambda { |usage| puts("Current memory footprint: #{usage} mb") } end PumaWorkerKiller.start run HelloWorldApp
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
gitlab-puma_worker_killer-0.1.1.gitlab.1 | test/fixtures/on_calculation.ru |
puma_worker_killer-0.1.1 | test/fixtures/on_calculation.ru |