Persist sidebar settings into database
Opened this issue · 1 comments
Tomcli commented
Is your feature request related to a problem? Please describe.
Currently, the sidebar settings are stored in the API pod's memory, which means whenever the pod crashed or horizontally scaled, the sidebar settings are having conflicts when users refresh their page. We need to store the sidebar settings just like other assets so that it can be resilient with scales and crashes.