Is there a rate limit on Softlayer API

喜欢而已 提交于 2019-12-11 07:34:10

问题


We are running some load test for our product and it includes some REST calls to Softlayer API. Sometimes our rest calls (Softlayer) fails to return any value. We are trying 50+ concurrent requests. Are there any limitations on concurrent requests ?

Appreciate any information on this.


回答1:


There exist a limit of 50 api calls per second. It is applied per-user.

If you exceed the limit, an exception like this should be displayed:

"error": "Rate limit of 50 requests for every 1 second(s) exceeded."



来源:https://stackoverflow.com/questions/38130368/is-there-a-rate-limit-on-softlayer-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!