MicroLite-ORM / MicroLite

MicroLite ORM framework
microliteorm.wordpress.com
Apache License 2.0
85 stars 24 forks source link

Add Transient Errors Handling policies #440

Open venantvr opened 8 years ago

venantvr commented 8 years ago

When using on a Cloud infrastructure (like Azure), we sometimes need to retry the transaction because of "Transient Errors" occurring on the connection pool. For instance, it is implemented for Entity Framework. Would it a good idea to implement built-in retries policies ?