hushaoqing opened a new issue #12733: URL: https://github.com/apache/superset/issues/12733
In my case, I want to avoid duplicate queries when one is running. Such as, when user open a dashboard: 1. A long query(3mins) for a chart is running 2. Another one trigger a same query when 1) is still running 3. result: there will be two same queries sent to database. How to avoid duplicate queries in this case? Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
