Add support for 0.3 (the new builder version)

This commit is contained in:
Joseph Schorr 2015-02-09 16:59:21 -05:00
parent 3d31c64da2
commit 6b9464c999

View file

@ -19,7 +19,7 @@ HEARTBEAT_DELTA = datetime.timedelta(seconds=30)
HEARTBEAT_TIMEOUT = 10
INITIAL_TIMEOUT = 25
SUPPORTED_WORKER_VERSIONS = ['0.2']
SUPPORTED_WORKER_VERSIONS = ['0.2', '0.3']
logger = logging.getLogger(__name__)