You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/03/27 23:39:30 UTC

[GitHub] [incubator-superset] betodealmeida opened a new pull request #7148: Celery task for warming up cache

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org