chetanddesai / s3-file-cache

A simple file cache that uses s3 as the origin.
MIT License
0 stars 1 forks source link

Add in lock mechanism for downloading from origin #1

Open chetanddesai opened 8 years ago

chetanddesai commented 8 years ago

Many times we run multiple stateless node processes. When multiple processes get a cache miss, we need to lock so both don't start a download from s3.

chetanddesai commented 8 years ago