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`
   
   But why in my local build/test env, the wsk api request > `60`, i don't know 
the exact reason.
   May be my local env's build machine is better.(32 cores cpu, 16GB memory)

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