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 ?
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 ?