mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fixes monit stop action typo mentioned in the PR #50
This commit is contained in:
parent
541ff1f58a
commit
5f6ad9bdf9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
check process sidekiq_myapp
|
check process sidekiq_myapp
|
||||||
with pidfile /path/to/sidekiq.pid
|
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
|
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
|
stop program = "kill -s TERM `cat /path/to/sidekiq.pid`" with timeout 90 seconds
|
||||||
if totalmem is greater than 200 MB for 2 cycles then restart # eating up memory?
|
if totalmem is greater than 500 MB for 2 cycles then restart # eating up memory?
|
||||||
group myapp_sidekiq
|
group myapp_sidekiq
|
||||||
|
|
Loading…
Add table
Reference in a new issue