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

Kill query request #450

Open
anselvo opened this issue May 30, 2024 · 0 comments
Open

Kill query request #450

anselvo opened this issue May 30, 2024 · 0 comments
Labels
under consideration Features that can be potentially consider to develop, Long term plans

Comments

@anselvo
Copy link
Contributor

anselvo commented May 30, 2024

We need to kill query request to postgres if frontend doesn't wait for response anymore.

  • graphs request (probably it would be nice to add timeouts as well, it can consume a lot of RAM if db has a lot of tables)
  • query builder request (it can be useful only for console, because for template query we have logs)

It is not possible to kill reuqests via http protocol, we either need to consider:

  • make this requests async to get pid and cancel them
  • use some websockets to be able to close connection and detect it
@anselvo anselvo added the enhancement New feature or request label May 30, 2024
@anselvo anselvo linked a pull request Jun 8, 2024 that will close this issue
@anselvo anselvo self-assigned this Jun 8, 2024
@anselvo anselvo removed a link to a pull request Jun 25, 2024
@anselvo anselvo added this to the 1.4.0 milestone Jun 25, 2024
@anselvo anselvo removed their assignment Jun 25, 2024
@anselvo anselvo added under consideration Features that can be potentially consider to develop, Long term plans and removed enhancement New feature or request labels Sep 9, 2024
@anselvo anselvo removed this from the 1.4.0 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
under consideration Features that can be potentially consider to develop, Long term plans
Projects
Status: No status
Development

No branches or pull requests

1 participant