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 Lukas Zapletal over 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