BrozzlerWorkerThread separate from MainThread to avoid SIGTERM/SIGINT raising exception inside of some rethinkdb code or other sensitive code in that BrozzlerWorker.run() calls

This commit is contained in:
Noah Levitt 2017-05-01 13:46:19 -07:00
parent 52433ade78
commit 389db01458
2 changed files with 7 additions and 11 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b11.dev241',
version='1.1b11.dev242',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',