mirror of
https://gitea.bearcatlog.com/Bryant/chassis
synced 2025-04-12 00:17:28 +08:00
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…
x
Reference in New Issue
Block a user