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 2021/06/08 00:16:48 UTC

[GitHub] [openwhisk] ningyougang commented on a change in pull request #5118: [New Scheduler] Manage memory queues in scheduler

ningyougang commented on a change in pull request #5118:
URL: https://github.com/apache/openwhisk/pull/5118#discussion_r647022858



##########
File path: core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/v2/FunctionPullingContainerProxy.scala
##########
@@ -373,7 +372,7 @@ class FunctionPullingContainerProxy(
     case Event(initializedData: InitializedData, _) =>
       context.parent ! Initialized(initializedData)
       initializedData.clientProxy ! RequestActivation()
-      setTimer(UnusedTimeoutName, StateTimeout, unusedTimeout)
+      startTimerAtFixedRate(UnusedTimeoutName, StateTimeout, unusedTimeout)

Review comment:
       hm..i submited another pr to solve this: https://github.com/apache/openwhisk/pull/5123




-- 
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:
users@infra.apache.org