ningyougang commented on issue #2998: Increase limits.invocationsPerMinute default value URL: https://github.com/apache/incubator-openwhisk/pull/2998#issuecomment-346717705 Below is failed log ``` whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete basepath/path STANDARD_OUT Action invokes within last minute: 47 Action invokes within last minute: 48 Action invokes within last minute: 49 Action invokes within last minute: 50 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete basepath/path FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 whisk.core.cli.test.ApiGwRestTests STANDARD_OUT Finished test Wsk api should verify delete basepath/path at 2017-11-23 15:09:57.163 Starting test Wsk api should verify delete single operation from existing API basepath/path/operation(s) at 2017-11-23 15:09:57.163 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete single operation from existing API basepath/path/operation(s) STANDARD_OUT Action invokes within last minute: 51 Action invokes within last minute: 52 ``` It seems the apiGw requests number doesn't reach to `default value(60), ` still export `429(too many reqeust)` error. It seems has some bug on the codes. I am checking...
---------------------------------------------------------------- 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
