fix flask_nameko bug 5
This commit is contained in:
parent
bc3619a83b
commit
77bc4a0706
|
@ -36,8 +36,7 @@ class PooledClusterRpcProxy(object):
|
||||||
|
|
||||||
def _get_nameko_connection(self):
|
def _get_nameko_connection(self):
|
||||||
proxy = ClusterRpcClient(
|
proxy = ClusterRpcClient(
|
||||||
self._config,
|
uri=self._config.get('uri')
|
||||||
timeout=self._config.get('RPC_TIMEOUT', None)
|
|
||||||
)
|
)
|
||||||
return proxy.start()
|
return proxy.start()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue