Sha256: 1c826a4a472a60b551142623a6d3e6c7c421c548e35333cf0ffbb73d30b10dea
Contents?: true
Size: 368 Bytes
Versions: 49
Compression:
Stored size: 368 Bytes
Contents
check process sidekiq_myapp with pidfile /path/to/sidekiq.pid start program = "bundle exec sidekiq -C /path/to/sidekiq_conf.yml -P /path/to/sidekiq.pid" with timeout 90 seconds stop program = "kill -s INT `cat /path/to/sidekiq.pid`" with timeout 90 seconds if totalmem is greater than 200 MB for 2 cycles then restart # eating up memory? group myapp_sidekiq
Version data entries
49 entries across 49 versions & 2 rubygems