DEV Community

Discussion on: Pitfalls When Adding Turborepo To Your Project

Collapse
 
madnh profile image
MaDnh

Hi @_gdelgado, cache of CircleCI is immutable => cannot be changed once written. So, Turbo will always use first cached artifacts, which may be outdated

CircleCI's docs: circleci.com/docs/2.0/configuratio...

Collapse
 
_gdelgado profile image
Gio

Oh wow, thanks for that info. Do you have any suggestions for generating a new cache and then restoring from the "latest" cache as opposed to some static cache that is outdated?