jiangpengcheng commented on a change in pull request #5113:
URL: https://github.com/apache/openwhisk/pull/5113#discussion_r643623901
##########
File path:
core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerProxy.scala
##########
@@ -963,7 +963,9 @@ class ContainerProxy(factory: (TransactionId,
}
}
-final case class ContainerProxyTimeoutConfig(idleContainer: FiniteDuration,
pauseGrace: FiniteDuration)
+final case class ContainerProxyTimeoutConfig(idleContainer: FiniteDuration,
+ pauseGrace: FiniteDuration,
+ keepingDuration: FiniteDuration)
Review comment:
where is this used for?
--
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]