hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

create-s3-index-html: skip not recently modified #252

Closed jjergus closed 3 years ago

jjergus commented 3 years ago

This lambda has been failing recently because we were hitting the CloudFront limit of 3000 invalidations.

We can avoid that by only regenerating indices for dirs that have any recently modified files, which also makes it much faster.