You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/20 14:31:45 UTC

[GitHub] bbrowning commented on issue #2781: Add a noOp controller to test the controller without Invoker overhead

bbrowning commented on issue #2781: Add a noOp controller to test the controller without Invoker overhead
URL: https://github.com/apache/incubator-openwhisk/pull/2781#issuecomment-330870360
 
 
   There's already an spi model for Containers. You could perhaps achieve something similar by using the existing Invoker with a new NoOpContainer implementation that doesn't actually start any containers. That would run through the full Invoker code and just short-circuit container lifecycles to be no-ops.
 
----------------------------------------------------------------
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