If zookeeper is not accessible respawn is too fast for the default settings.

Change-Id: I8b3d1e7fa671b47e42fa449c63255b141b0ab207
This commit is contained in:
Tim Kuhlman 2014-08-29 13:39:33 -06:00
parent 2553a6209e
commit aa66a3c20a
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,5 @@ maintainer_email 'hpcs-mon@hp.com'
license 'All rights reserved'
description 'Installs/Configures monasca_notification'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.19'
version '0.1.20'
depends 'python'

View File

@ -7,6 +7,7 @@ console log
respawn
kill timeout 240
respawn limit 25 5
setgid <%= node[:monasca_notification][:group] %>
setuid <%= node[:monasca_notification][:user] %>