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/12 20:11:59 UTC

[GitHub] [openwhisk] dgrove-oss opened a new issue #4798: "Too many concurrent requests in flight" error message is misleading

dgrove-oss opened a new issue #4798: "Too many concurrent requests in flight" error message is misleading
URL: https://github.com/apache/openwhisk/issues/4798
 
 
   @ali-raza-tariq commented on [Fri Jan 10 2020](https://github.com/apache/openwhisk-deploy-kube/issues/573)
   
   The existing implementation shows the following error message when inflight limit is exceeded
   ```
   <Response [429]> b'{\n  "code": "BWm0N3Qemn4uMAcZWY0JCy8PjTAQ191A",\n  "error": "Too many concurrent requests in flight (count: 240, allowed: 240)."\n}'
   ```
   Few suggestions:
   
   The message is misleading because the `allowed` should show the existing `actionInvokesConcurrent` limit set by the user (in this case 1000- which got diluted to 1200-`20% increase`, because of more than 1 controller in deployment)
   
   So either it should mention `allowed per controller`, or simply show the total allowed over all the controllers (in this case, 5 controllers (5*240=1200)
   
   Also, It think it would be better to change the `count` to something more meaningful like `currently running` for easy debugging. (good first issue label)
   
   

----------------------------------------------------------------
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 #4798: "Too many concurrent requests in flight" error message is misleading

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #4798: "Too many concurrent requests in flight" error message is misleading
URL: https://github.com/apache/openwhisk/issues/4798#issuecomment-573452395
 
 
   moved to https://github.com/apache/openwhisk/issues/4798; issue is not specific to kubernetes deployment of openwhisk

----------------------------------------------------------------
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 removed a comment on issue #4798: "Too many concurrent requests in flight" error message is misleading

Posted by GitBox <gi...@apache.org>.
dgrove-oss removed a comment on issue #4798: "Too many concurrent requests in flight" error message is misleading
URL: https://github.com/apache/openwhisk/issues/4798#issuecomment-573452395
 
 
   moved to https://github.com/apache/openwhisk/issues/4798; issue is not specific to kubernetes deployment of openwhisk

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