Clear the remote cache? #28565
matthias-ccri
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now at my org we're seeing very intermittent build failures that are caused by invalid cache entries. We use a remote cache with Minio. We don't yet know what is causing these invalid cache entries to be populated, but it would be nice to be able to clear them.
Is there a way within the nx toolchain to clear cache entries in a remote cache? Or would this be a welcome feature addition?
Currently:
--skip-nx-cache
doesn't clear the entries in the cache, and we want to use the cache.nx reset
only clears the local cache, not the remote cache.Beta Was this translation helpful? Give feedback.
All reactions