0

I am using Node.js to call the Softlayer API. The problem is, when I make two API call at softlayer client, only the first call gets response objects. Rest face an error. Can anyone help me with the information about how many requests can be processed at a time over SoftLayer API?

1 Answers1

2

The limit is 50 request for second for each user. See:

Is there a rate limit on Softlayer API

What is the 'rate limit' exceeded of SoftLayer API endpoint?

I recommend to post the error you got and/or part of your code in order to get more further help from node.js or softlayer community.

Albert Camacho
  • 1,129
  • 1
  • 7
  • 13