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 2019/08/01 11:33:22 UTC

[GitHub] [incubator-openwhisk-runtime-dotnet] rabbah commented on issue #13: Is dotnet core based runtime , Beta or Production ready ?

rabbah commented on issue #13: Is dotnet core based runtime , Beta or Production ready ?
URL: https://github.com/apache/incubator-openwhisk-runtime-dotnet/issues/13#issuecomment-517245228
 
 
   @paraspatidar openwhisk is designed differently from the projects you mention and the core serverless functions capabilies are not part of any language runtime for a function which must only implement a narrow interface for life cycle management of a single function as described here https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md if you're interested in the details.
   
   The openwhisk control and dataplane itself handles auto-scaling function containers up/down etc. That's covered by this repo https://github.com/apache/incubator-openwhisk.
   
   OpenWhisk has been in production/GA at IBM for several years, and offered as a service by Adobe I/O Runtime, and there are other installations on prem as well from large organizations. 
   
   If you find a specific issue with the dotnet runtime, please let us know here. If you have general questions about openwhisk, please use the Apache dev list or open an issue there https://github.com/apache/incubator-openwhisk/issues.

----------------------------------------------------------------
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


With regards,
Apache Git Services