Actions
Feature #18314
openAdd a rake task to pre-warm the compute resource cache
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - VMware
Target version:
-
Description
We should add a rake task that runs via cron to periodically pre-warm compute resource's caches.
Updated by Timo Goebel almost 8 years ago
- Related to Feature #13618: Cache vSphere compute resource lookups added
Updated by Lukas Zapletal almost 8 years ago
Rake task boots whole Rails which can be a minute when having all plugins installed. An API call would be maybe better for this?
Actions