If zookeeper is not accessible respawn is too fast for the default settings.
Change-Id: I8b3d1e7fa671b47e42fa449c63255b141b0ab207
This commit is contained in:
parent
2553a6209e
commit
aa66a3c20a
@ -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'
|
||||
|
@ -7,6 +7,7 @@ console log
|
||||
respawn
|
||||
|
||||
kill timeout 240
|
||||
respawn limit 25 5
|
||||
|
||||
setgid <%= node[:monasca_notification][:group] %>
|
||||
setuid <%= node[:monasca_notification][:user] %>
|
||||
|
Loading…
Reference in New Issue
Block a user