Add support for 0.3 (the new builder version)
This commit is contained in:
parent
3d31c64da2
commit
6b9464c999
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
||||
|
|
Reference in a new issue