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

Add request context to datastore traits #1144

Open
joshua-spacetime opened this issue Apr 23, 2024 · 1 comment
Open

Add request context to datastore traits #1144

joshua-spacetime opened this issue Apr 23, 2024 · 1 comment

Comments

@joshua-spacetime
Copy link
Collaborator

Currently, once a transaction has started, it will run till completion. There is no way to stop its execution. The datastore traits need some sort of request context that can be polled periodically such that a transaction can be stopped prematurely in the case that the originating connection is closed, the originating request times out, etc.

@cloutiertyler
Copy link
Contributor

I propose that we close this one given that we've closed the query timeout one in favor of the energy estimation approach

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

2 participants