This is a migrated thread and some comments may be shown as answers.

Retry on GetAll

1 Answer 51 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John
Top achievements
Rank 1
John asked on 02 Jul 2014, 03:42 PM
I see that I can change retry count on the connection by looking at the backend configuration properties, but how do I adjust the retry settings on the GetAll when getting IQueryable<Entity>?

For example, I have a database that is geographically distant and there are several network hops inbetween that cause high latency.  The queries will periodically timeout.  I would like my Model to retry in those instances.  What is the best way to achieve this retry?

John H.

1 Answer, 1 is accepted

Sort by
0
Ralph Waldenmaier
Telerik team
answered on 03 Jul 2014, 06:57 AM
Hello John,
The only way at the moment is to implement your own retry logic using a try/catch approach.
Additionally, you can upvote this feature request in our feedback portal to push it on top of our priority list.

I hope this information is helpful for you.
Do come back in case you need further assistance.

Regards,
Ralph Waldenmaier
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
Development (API, general questions)
Asked by
John
Top achievements
Rank 1
Answers by
Ralph Waldenmaier
Telerik team
Share this question
or