chriskuehl / lazy-build

Remotely cache build artifacts based on file hashes
MIT License
2 stars 0 forks source link

Be defensive to avoid breaking builds #19

Open chriskuehl opened 7 years ago

chriskuehl commented 7 years ago

It's important that lazy-build try hard never to make things worse. Some things I think are essential before I'd be comfortable using it in a large project:

Ideally it also needs a way to be temporarily disabled without a code push (sort of covered by #9). That could either be some metadata in S3, or maybe a file elsewhere on disk (the "srv-configs" model?).

Anything else?