ningyougang commented on issue #2961: ApiGW tests sometimes fail with return 
code 429 (too many requests in the last minute)
URL: 
https://github.com/apache/incubator-openwhisk/issues/2961#issuecomment-346546284
 
 
   After checked, in whiks.properties: `limits.actions.invokes.perMinute=60`
   It seems the wsk api request >  `60`
   
   If i changed the action invocation limit like this
   ```
    limits:
      invocationsPerMinute: "{{ limit_invocations_per_minute | default(120) }}"
   ```
   Above failed test cases has been `passed`

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

Reply via email to