sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

Automatic transient errors resilience #61

Closed sapiens closed 9 years ago

sapiens commented 9 years ago

Dbs can go down for a bit in the middle of an operation. The server already reached its connection limits. Things timeout. SqlFu will detect this cases and then will automatically retry the operation for a configurable number of times.