Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have context as input to the dump operation #16

Open
AkshatJindal1 opened this issue Jan 11, 2023 · 0 comments
Open

Have context as input to the dump operation #16

AkshatJindal1 opened this issue Jan 11, 2023 · 0 comments

Comments

@AkshatJindal1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant