cr0hn/enteletaor

new_transport_init

Opened this issue · 1 comments

[CRITICAL] 2018-09-18 10:40:58 - Unhandled exception: new_transport_init() got an unexpected keyword argument 'read_timeout'

The new_transport_init signature has changed and the monkey patching doesn't have the right arguments.

Added read_timeout,ssl,socket_settings,write_timeout to the args but then get:

AttributeError: 'TCPTransport' object has no attribute 'host'

Tracked some of the requirements to older releases:

# MQ/Brokers requirements
redis
kombu==3.0.37
celery==3.1.25
pyzmq
amqp==1.4.9