Rails is precompile assets after deploy - Amazon EC2
问题 Sometimes my EC2 server is down. I never figured out the reason. But these days after some deployments actions, the server is down. And is down after the deploy. I have a lot of assets to precompile and the deploy takes too long. I went to the monitoring areas on EC2 dashboard and the: CPU usage (Instance) Latency (ELB) Network In/Out (Instance) Is with higher values. See the prints: Then, I installed a gem Capistrano Faster Assets, to avoid capistrano precompile assets that is not modified.