Skip to content

FR: make panel state persist to database #1401

Open
@brettdh

Description

@brettdh

As described in #1252, panels can sometimes come back with this error:

Data for this panel isn't available anymore. Please reload the page and retry.

This is made more likely by stateless execution environments such as AWS Lambda - if the request that generates the state is handled by a different lambda than the request that fetches the state (which can happen frequently), this error will appear.

We can improve matters by storing panel state in the database and looking it up when the panel JS requests it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions