
類型:
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.
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.
回應
Idea: add a flag to lbd
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.
This is now implemented. The
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.