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
P.C.SP.C.S 

Integration issue with request limit exceed

Currently I am developing a salesforce integration solution using a .net .I have a developed a console application for that and scheduled it running every 5min.That mean I am requesting all updated or inserted record IDs from relevant objects with particular time period in every 5min But sometime I had a exception as REQUEST_LIMIT_EXCEEDED: TotalRequests Limit exceeded even there is no any insert or update that particular objects.

So I want to know.........

   1)Number of request mean count of access that objects even there is no any update or insert,if that so how can I solve this problem ?

   2)How can I do a real time integration with salesforce..?(In my case it take 5min to update other party)

 

immediate solution pls.......!

AnkAnk

i also have limited experience, but am facing similar issue, what i can tell you is yess, every select also counts towardss the API limits.

I am looking for best practices, show we increate a API limit, or store data locally or write bulk update queries in salesforce.