Skip to content

Conversation

@wbrowne
Copy link
Contributor

@wbrowne wbrowne commented Nov 17, 2025

No description provided.

@wbrowne wbrowne moved this from 📬 Triage to 🧑‍💻 In development in Plugins Platform / Grafana Community Nov 17, 2025
Base automatically changed from wb/ds/329 to main November 18, 2025 09:44
func (w *busyTrackingWrapper) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error) {
if handler, ok := w.Instance.(backend.QueryDataHandler); ok {
w.SetBusy(true)
defer w.SetBusy(false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this potentially overwrite the busy status for concurrent requests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - great catch. Will patch that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🧑‍💻 In development

Development

Successfully merging this pull request may close these issues.

2 participants