This message was deleted.
# community-support
s
This message was deleted.
r
Maybe your remote cache size is too small and is purging all those artifacts by the time you try to reuse them? Have you checked your cache node size and/or tried to increase it already? Also note that there is a configurable maximum size per artifact, it might be that those artifacts are rejected (I assume that you should see this in the logs, not sure what is the response in such cases during the storing attempt)
a
No errors when storing artifacts. I can see this for problematic tasks in the logs:
Copy code
Stored cache entry for task ':module:taskName' with cache key %key%
Case solved, there was a permission issue with stroring cache artifacts
1