• Support 3733
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi we use the SF api for production and we experience API timeouts since May 2018
API calls intermittently timeout; getting back the following message:
<?xml version="1.0" encoding="UTF-8"?>\n<Errors>\n    <Error>\n        <errorCode>QUERY_TIMEOUT</errorCode>\n        <message>Your query request was running for too long.</message>\n    </Error>\n</Errors>\n.

The same query is running fine for couple of years now and is fairly simple.

we use API version v24.0 and the queries effectively READ or UPDATE objects

Anybody else experiencing this?
Hi we use the SF api for production and we experience API timeouts since May 2018
API calls intermittently timeout; getting back the following message:
<?xml version="1.0" encoding="UTF-8"?>\n<Errors>\n    <Error>\n        <errorCode>QUERY_TIMEOUT</errorCode>\n        <message>Your query request was running for too long.</message>\n    </Error>\n</Errors>\n.

The same query is running fine for couple of years now and is fairly simple.

we use API version v24.0 and the queries effectively READ or UPDATE objects

Anybody else experiencing this?