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
The current implementation of the code creates context.Background in data.Connection.BeginTx. We can have this value come as input parameter to have more control on the operation. This will enable to run this process in go routines where we would want the operation to fail fast or timeout in case of error in other routines.
The text was updated successfully, but these errors were encountered:
The current implementation of the code creates context.Background in
data.Connection.BeginTx
. We can have this value come as input parameter to have more control on the operation. This will enable to run this process in go routines where we would want the operation to fail fast or timeout in case of error in other routines.The text was updated successfully, but these errors were encountered: