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 !56
parents d7007d66 ee7edbb3
No related branches found
No related tags found
1 merge request!56Fix
Pipeline #35063 passed with stage
in 30 seconds
......@@ -64,7 +64,7 @@ async def _main(
environments_stub = environments_pb2_grpc.EnvironmentsStub(content_channel)
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(
collections_stub, environments_stub, roles_stub, clients_stub
), server
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='1.0.8',
version='1.0.9',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment