For context we are running in GitLab CI/CD (but th...
# general
p
For context we are running in GitLab CI/CD (but this could be anywhere) in Ubuntu CI executors. We’re storing the cache on each executor. A lot of the times (but not always 🤔) CI fails with that error. What seems to be happening is when one CI job generates the cache but then another job (with a different reqs and lock files) tries to reuse it.