Skip to content
Snippets Groups Projects
Commit 9d6a9d64 authored by Eterevskiy Georgiy's avatar Eterevskiy Georgiy
Browse files

Merge branch 'feature/add_periodic_extension_registration' into 'master'

Fix

See merge request perxis/perxis-python!56
parents d7007d66 ee7edbb3
Branches
Tags
No related merge requests found
...@@ -64,7 +64,7 @@ async def _main( ...@@ -64,7 +64,7 @@ async def _main(
environments_stub = environments_pb2_grpc.EnvironmentsStub(content_channel) environments_stub = environments_pb2_grpc.EnvironmentsStub(content_channel)
server = grpc.aio.server(futures.ThreadPoolExecutor(max_workers=10)) server = grpc.aio.server(futures.ThreadPoolExecutor(max_workers=10))
await extension_pb2_grpc.add_ExtensionServicer_to_server( extension_pb2_grpc.add_ExtensionServicer_to_server(
servicer_cls( servicer_cls(
collections_stub, environments_stub, roles_stub, clients_stub collections_stub, environments_stub, roles_stub, clients_stub
), server ), server
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.0.8', version='1.0.9',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment