mirror of https://github.com/celery/kombu.git
Redis: Did not take options from transport_options
This commit is contained in:
parent
0dab32ff88
commit
523806e866
|
@ -335,7 +335,7 @@ class Channel(virtual.Channel):
|
|||
'unacked_restore_limit',
|
||||
'socket_timeout',
|
||||
'max_connections',
|
||||
'priority_steps'),
|
||||
'priority_steps') # <-- do not add comma here!
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue