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

Allow to reload rendered panel separately #894

Closed
blueyed opened this issue Nov 18, 2016 · 3 comments
Closed

Allow to reload rendered panel separately #894

blueyed opened this issue Nov 18, 2016 · 3 comments

Comments

@blueyed
Copy link
Contributor

blueyed commented Nov 18, 2016

In a multiprocess environment (e.g. a staging system being a load balancer) you will run into "Data for this panel isn't available anymore. Please reload the page and retry." (#750).

However, reloading just the rendered panel (e.g. /__debug__/render_panel/?store_id=X&panel_id=SQLPanel) will eventually work.

There was some discussion about using different stores (#819), which might not be possible in the end.

However, a workaround for now would be allowing to reload a panel's content alone, without reloading the whole page.

(While the toolbar's data might not be pickleable, there could still be information stored using Django's cache to know if there should be information for a given store_id.)

@ajostergaard
Copy link

You can reload panels by switching between them until you get results... Terrible solution but no worse than clicking a button until something works.

@jdufresne
Copy link
Contributor

With the release of the new history panel, is this still an issue?

@tim-schilling
Copy link
Member

Closing in favor of #1432

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

4 participants