asset-rack
asset-rack copied to clipboard
multi-node safety?
hello guys
asset-rack served me well so far with single-node projects but i have my doubts that it is safe enough when running multiple nodes (for a new project of mine). can you confirm?
- michael
Asset Rack should be ideal for horizontal scaling across dozens of nodes. Each instance will generate identical fingerprints, since the underlying content will be the same. If you implement cloud hosting, each instance after the first one will find that all of the resources have already been uploaded.
I would use cloud hosting at the moment.
I need to update the version of uglify-js, here's the relevant issue:
https://github.com/mishoo/UglifyJS2/issues/229
Non-deterministic asset creation will cause problems, otherwise @dankohn