##// END OF EJS Templates
subprocessio: instead of raising a Thread error we sent a signal to gunicorn....
subprocessio: instead of raising a Thread error we sent a signal to gunicorn. This will cause a worker recycle, and not block itself anymore.

File last commit:

r133:271283f9 default
r358:12f7a361 stable
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *