You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/18 04:19:06 UTC

[2/5] git commit: Changed health check to 10 seconds

Changed health check to 10 seconds


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/e361ea8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/e361ea8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/e361ea8e

Branch: refs/heads/two-dot-o
Commit: e361ea8ef61f2d94a120b0b66203e7d46c4bdc9e
Parents: 0177202
Author: Todd Nine <to...@apache.org>
Authored: Fri Oct 17 18:17:40 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Fri Oct 17 18:17:40 2014 -0600

----------------------------------------------------------------------
 stack/awscluster/ugcluster-cf.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e361ea8e/stack/awscluster/ugcluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/ugcluster-cf.json b/stack/awscluster/ugcluster-cf.json
index dea9694..0e5570d 100644
--- a/stack/awscluster/ugcluster-cf.json
+++ b/stack/awscluster/ugcluster-cf.json
@@ -1089,7 +1089,7 @@
                     "Target": "HTTP:8080/status",
                     "HealthyThreshold": "2",
                     "UnhealthyThreshold": "8",
-                    "Interval": "30",
+                    "Interval": "10",
                     "Timeout": "5"
                 },
                 "CrossZone": "true"