enforce time limits based on time claimed by worker actively brozzling, to avoid problem of stopping crawls that haven't had much chance to crawl, because of cluster busy-ness

This commit is contained in:
Noah Levitt 2017-06-26 18:00:32 -07:00
parent 3385d727ac
commit b9640b8a30
4 changed files with 15 additions and 5 deletions

View file

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