betodealmeida opened a new pull request #7148: Celery task for warming up cache URL: https://github.com/apache/incubator-superset/pull/7148 We have a REST endpoint for warming up caches — let's use it! 😄 I wrote a celery task that periodically hits up the endpoint, based on different strategies. I implemented: 1. A "dummy" strategy that warms up all charts. 2. A "top-n dashboards", that warms up charts in the top-n dashboards. 3. A strategy that warms up charts with a given tag, or charts in dashboards with a given tag. More strategies can be easily added.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
