##// END OF EJS Templates
caches: use a gevent compatible file-lock mechanism....
caches: use a gevent compatible file-lock mechanism. - because of gevent we can run into a deadlock situation and worker freeze because of each of the workers will try to aquire a lock. - This should help with the issue and gevent.

File last commit:

r2423:ce5d852c default
r2878:bb23dd31 default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError