ningyougang edited a comment on issue #4164: Add warn log when too many 
requests happened
URL: 
https://github.com/apache/incubator-openwhisk/pull/4164#issuecomment-446128276
 
 
   Regarding `Can you elaborate on the lack of information you have with the 
current logs?`
   it is better to output below warning log when too many request happened
   ```
   [ActionsApi] Unable to invoke action guest/hello, because namespace:guest 
has exceeded its throttle
    limit, detail info: RejectRequest(429 Too Many Requests) Too many 
concurrent requests in flight (count: 0, allowed: 2)
   ```
   Through above warning log, we can see the action info, and the detail 
throttleCheck info.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to