Stop loading all the visualisations/queries when a Dashboard is opened
We have some large dashboards, which contains multiple queries that will take time to load. When a dashboard is opened, the DB CPU is increasing to 90% and ultimately Redash is going down.
Redash : End all logged In sessions, before a user logsIn on a browser
I am using Redash that contains multiple organizations. A single user can log into multiple organizations. I am using JWT Auth token to authenticate the user and redirect to specific orgainzation redash. I am able to login into other organization after I logout from one organization.