mirror of https://github.com/celery/kombu.git
Fix mongodb connection parameters not passed correctly
This commit is contained in:
parent
c6c1942214
commit
a4d25b7884
|
@ -313,6 +313,7 @@ class Channel(virtual.Channel):
|
|||
if self.connect_timeout else None),
|
||||
}
|
||||
options.update(parsed['options'])
|
||||
options.update(client.transport_options)
|
||||
options = self._prepare_client_options(options)
|
||||
|
||||
return hostname, dbname, options
|
||||
|
|
Loading…
Reference in New Issue