-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Don't reload query when closing a cell #18455
Comments
@russorat more specifically, did you want us to not reload the one cell that was closed, or did you want to not reload all the queries when closing a cell? |
@asalem1 We should definitely not rerun every query on the dashboard when they close a cell in most cases. At a high level, we should only re-run queries automatically when absolutely needed. If there is larger re-work in patterns to accomplish this instead of a bandaid, let's consider it.
Are there other scenarios we should consider here? |
I think you just about covered it. I'll post more here if I can think of any other use cases |
This should be addressed in #19072 (given that the configuration event is within the valid time range of cache validation) |
similar to #18401
we already have the results, so there's no need to re-run the query when closing a dashboard cell editor modal.
The text was updated successfully, but these errors were encountered: