Skip to content

Commit

Permalink
Increase splay to 300s and kill_timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Huray committed Aug 30, 2017
1 parent 1b7d38d commit 9df46c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/etc/consul-template/conf/cassandra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exec {
# will wait a random period of time up to the splay value before reloading
# or killing the child process. This can be used to prevent the thundering
# herd problem on applications that do not gracefully reload.
splay = "60s"
splay = "300s"

# This defines the signal sent to the child process when Consul Template is
# gracefully shutting down. The application should begin a graceful cleanup.
Expand All @@ -62,7 +62,7 @@ exec {
# terminate when Consul Template exits. After this specified time, the child
# process will be force-killed (effectively "kill -9"). The default value is
# "30s".
kill_timeout = "20s"
kill_timeout = "30s"
}

# This is the quiescence timers; it defines the minimum and maximum amount of
Expand Down

0 comments on commit 9df46c9

Please sign in to comment.