tysonnorris commented on a change in pull request #41: remove use of state in 
nodejs app
URL: 
https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/41#discussion_r206345903
 
 

 ##########
 File path: core/nodejsActionBase/app.js
 ##########
 @@ -17,7 +17,8 @@
 
 var config = {
         'port': 8080,
-        'apiHost': process.env.__OW_API_HOST
+        'apiHost': process.env.__OW_API_HOST,
+        'allowConcurrent': process.env.OW_ALLOW_CONCURRENT
 
 Review comment:
   I agree, but until that is done in OW core code, this seemed less confusing. 
I think there is some longer discussion about how that is done in OW core 
(runtime manifest?). I can go ahead and change it here in anticipation though. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to