TransientException errors are those which are generated by the server and marked as safe to retry without alteration to the original request. Examples of such errors are deadlocks and memory issues.
When using transaction functions, the driver will usually be able to automatically retry when a transient failure occurs.
Therefore, please ensure you are utilizing transaction functions for this application code.
Comments
0 comments
Please sign in to leave a comment.