You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?