Automatic refreshing of the dashboards cache

×

狀態訊息

You are not a member of this team. If you want to be part of this team, click on 'Subscribe to this team'.
類型: 
Feature request
狀態: 
Resolved
優先: 
Normal
描述: 

Right now we need to manually refresh the dashboard cache. Implement an algorithm to automatically refresh it running as a cron job without disrupting usability.

回應

jordi's 的頭像
jordi 在 二, 06/23/2015 - 19:07 發表

Idea: add a flag to lbd_display_dashboard_*() that will do two things

- force flushing of the cache
- run then function but without displaying the results

The add a cron job to invoke lbd_display_dashboard_*() periodically with this flag ON.

jordi's 的頭像
jordi 在 三, 07/15/2015 - 19:38 發表

This is now implemented. The Labdoo engine runs now (as part of the cron job) a cache refresher algorithm, computing the dashboards in the background, so that the user does not experience long latency. The cache refresher is run once every hour currently.