function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NinoJoseNinoJose 

WebService API Call per second?

Hi Guys,

 

Just wanted to ask about a problem I'm experiencing with one of my previous project. The project actually was built using SControl and using AJAX Toolkit. Currently its processing 100K+ records and updates it. So the SControl does this javascript setTimeOut() and setInterval() so that it can call update method in batches. However since its now processing a large number of records and already experiencing problem and I'm getting an error saying "Remote invocation failed, due to: status code" and I cannot really tell whats the problem because it does not tell the status code and the reason why it fails. So now I'm thinking that maybe salesforce has some restrictions about the number of API calls per seconds/minutes?Am aware about the number of API calls per day but I'm not reaching that.

 

I already intended to upgrade the code using WebService (As I cannot update it using trigger because it has to be run every month for computation). 

 

Can somebody shed light on my problem?


thanks and more power!