在 Softlayer 一次有多个电话 API
More than one call at a time at Softlayer API
我正在使用 Node.js 调用软层 API。问题是,当我在软层客户端进行两次 API 调用时,只有第一个调用获得响应对象。休息面对错误。任何人都可以帮助我了解有关通过 SoftLayer API 一次可以处理多少请求的信息吗?
限制是每个用户每秒 50 个请求。参见:
Is there a rate limit on Softlayer API
What is the 'rate limit' exceeded of SoftLayer API endpoint?
我向 post 推荐你在 and/or 部分代码中遇到的错误,以便从 node.js 或 softlayer 社区获得更多帮助。
我正在使用 Node.js 调用软层 API。问题是,当我在软层客户端进行两次 API 调用时,只有第一个调用获得响应对象。休息面对错误。任何人都可以帮助我了解有关通过 SoftLayer API 一次可以处理多少请求的信息吗?
限制是每个用户每秒 50 个请求。参见:
Is there a rate limit on Softlayer API
What is the 'rate limit' exceeded of SoftLayer API endpoint?
我向 post 推荐你在 and/or 部分代码中遇到的错误,以便从 node.js 或 softlayer 社区获得更多帮助。