Remove support for v0.2

This commit is contained in:
Joseph Schorr 2015-02-11 17:12:53 -05:00
parent 42db221576
commit f796c281d5

View file

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