ningyougang commented on code in PR #5228:
URL: https://github.com/apache/openwhisk/pull/5228#discussion_r860534907
##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue/MemoryQueue.scala:
##########
@@ -665,6 +679,9 @@ class MemoryQueue(private val etcdClient: EtcdClient,
goto(Removed) using NoData()
} else {
+ if (containers.size > 0) {
Review Comment:
If already has container for the remain activations, kill the monit actor to
`don't create containers any more`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]