Hi @_gdelgado, cache of CircleCI is immutable => cannot be changed once written. So, Turbo will always use first cached artifacts, which may be outdated
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?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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...
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?