You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/07 13:29:49 UTC

[GitHub] chetanmeh commented on a change in pull request #4102: Mesos metrics

chetanmeh commented on a change in pull request #4102: Mesos metrics
URL: https://github.com/apache/incubator-openwhisk/pull/4102#discussion_r231499774
 
 

 ##########
 File path: common/scala/src/main/resources/application.conf
 ##########
 @@ -237,6 +237,19 @@ whisk {
         blackbox-constraints = [] //placement constraints to use for blackbox containers
         constraint-delimiter = " "//used to parse constraint strings
         teardown-on-exit = true //set to true to disable the mesos framework on system exit; set for false for HA deployments
+        offer-refuse-duration = 5 seconds //minimum time until an offer will arrive again at a particular invoker
+        task-launch-timeout = 45 seconds //timeout for creating mesos tasks (containers)
+        task-delete-timeout = 30 seconds //timeout for destroying mesos tasks (containers)
+        subscribe-timeout = 10 seconds //timeout for framework subscription handshake
+        teardown-timeout = 30 seconds //timeout for framework teardown
+        health-check {#Remove health-section section to disable healthchecks at action containers
+            health-check-port-index = 0 //should always be port 0 (action container should only listen on 1 port)
+            delay = 0 //the amount of time (in seconds) to wait until starting checking the task.
+            interval = 1 //the interval (in seconds) between check attempts.
 
 Review comment:
   We should later switch to duration for these

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services