style95 commented on a change in pull request #4957:
URL: https://github.com/apache/openwhisk/pull/4957#discussion_r523416764



##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -97,8 +97,17 @@ kamon {
         }
     }
 }
-
+akka {
+    # required to allow longer shutdown-termination-limit below
+    coordinated-shutdown.default-phase-timeout = 61 s
+}
 whisk {
+    http {
+        shutdown-unready-delay = 15 seconds # /ready will return 500 for this 
amount of time before connection draining starts

Review comment:
       It seems it would wait for 15 seconds, and start the termination phase.
   But if there are still client connections connected, are they getting 
connection closed error?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to