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 2020/01/30 22:49:01 UTC

[GitHub] [openwhisk] YadavRatnesh opened a new issue #4811: Action level concurrency

YadavRatnesh opened a new issue #4811: Action level concurrency
URL: https://github.com/apache/openwhisk/issues/4811
 
 
   We are using OpenWhisk for serverless service. OpenWhisk does not support action level concurrency, in order to achieve action level concurrency we are thinking of assigning each function its own namespace and set concurrency limits accordingly. 
   Any issue with this approach? or any time line on action level concurrency support in OpenWhish?

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

[GitHub] [openwhisk] michaelmarth commented on issue #4811: Action level concurrency limits

Posted by GitBox <gi...@apache.org>.
michaelmarth commented on issue #4811: Action level concurrency limits
URL: https://github.com/apache/openwhisk/issues/4811#issuecomment-581431943
 
 
   @YadavRatnesh in case you use Node-based actions concurrent execution of the same action within the same container is supported, see https://github.com/apache/openwhisk/blob/master/docs/concurrency.md

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

[GitHub] [openwhisk] dgrove-oss commented on issue #4811: Action level concurrency limits

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #4811: Action level concurrency limits
URL: https://github.com/apache/openwhisk/issues/4811#issuecomment-581180339
 
 
   I changed title to 'action level concurrency limits' since I think that is what you are asking about.  Actions are already executed concurrently, but the concurrency limits are managed at the namespace level, not the action level.

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

[GitHub] [openwhisk] bdoyle0182 commented on issue #4811: Action level concurrency limits

Posted by GitBox <gi...@apache.org>.
bdoyle0182 commented on issue #4811: Action level concurrency limits
URL: https://github.com/apache/openwhisk/issues/4811#issuecomment-591330346
 
 
   @dgrove-oss yes that is what he's asking about. We're looking for support for more fine grained concurrency management by being able to manage concurrency limits at the action level rather than the namespace level. Without this we're contemplating reworking our data model to have one action per namespace to achieve this and then have our own external tenant level limit mangement. So we're more asking has this ever been discussed as something that might be implemented eventually or how hard would it be to implement if it's something we could potentially contribute to.

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