Closed
Description
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
.)
Metadata
Metadata
Assignees
Labels
No labels