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

[bug] HTTP Requests are not being canceled when changing exploration type #217

Open
ifrost opened this issue Oct 7, 2024 · 2 comments
Open
Labels
bug Something isn't working performance

Comments

@ifrost
Copy link
Contributor

ifrost commented Oct 7, 2024

Bug description

  • Grafana version: 11.2.0
  • Plugin version: 0.1.12

Steps to reproduce

Data query requests and requests for Label Values are not being canceled when related components disappear. It may add up to low performance when a user switches away from an already slow view (due to many pending requests) and a new view is not loaded because the stale request is still being processed.

Actual behaviour

Requests are not canceled

Expected behaviour

Requests that are not in use should be canceled

Proposed steps

Investigate if there's a way to achieve it somehow "out of the box" in scenes. When a panel is removed it could tell the query runner that a pending query is not needed any more.

@ifrost ifrost added bug Something isn't working performance labels Oct 7, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2025

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in 2 weeks if no further activity occurs.

@github-actions github-actions bot added the stale label Jan 6, 2025
@ifrost
Copy link
Contributor Author

ifrost commented Jan 7, 2025

+1

@github-actions github-actions bot removed the stale label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working performance
Projects
None yet
Development

No branches or pull requests

1 participant