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

Version Path
sidekiq-2.7.5 examples/monitrc.conf
sidekiq-2.7.4 examples/monitrc.conf
sidekiq-2.7.3 examples/monitrc.conf
sidekiq-2.7.2 examples/monitrc.conf
sidekiq-2.7.1 examples/monitrc.conf
sidekiq-2.7.0 examples/monitrc.conf
sidekiq-2.6.5 examples/monitrc.conf
sidekiq-2.6.4 examples/monitrc.conf
sidekiq-2.6.3 examples/monitrc.conf
sidekiq-2.6.2 examples/monitrc.conf
sidekiq-2.6.1 examples/monitrc.conf
sidekiq-2.6.0 examples/monitrc.conf
sidekiq-2.5.4 examples/monitrc.conf
sidekiq-2.5.3 examples/monitrc.conf
sidekiq-2.5.2 examples/monitrc.conf
sidekiq-2.5.1 examples/monitrc.conf
sidekiq-2.5.0 examples/monitrc.conf
sidekiq-2.4.0 examples/monitrc.conf
sidekiq-2.3.3 examples/monitrc.conf
sidekiq-2.3.2 examples/monitrc.conf