cubicweb-vcsfile #2887135 proper repo cache handling [open]
currently there is no proper removal of repository cache directories, which may lead to a lot of disk consumption (eg > 14000 repo_cache subdirectories reported on an instance). We should: * have an operation that remove the cache directory in the repository creation transaction is rollbacked) * have an operation that remove the cache directory in the repository deletion transaction is commited) | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.500 |
load left | 0.500 |
closed by | <not specified> |
Comments
-
2014/03/26 16:44, written by jcristau
add commentthat seems hard to handle correctly with the existing mechanisms available in cubicweb in the face of multiple instances...