asset-rack icon indicating copy to clipboard operation
asset-rack copied to clipboard

multi-node safety?

Open binarykitchen opened this issue 11 years ago • 2 comments

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

binarykitchen avatar Aug 08 '13 00:08 binarykitchen

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.

dankohn avatar Aug 08 '13 02:08 dankohn

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

techpines avatar Aug 08 '13 02:08 techpines