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

Merge branch 'feature/add_periodic_extension_registration' into 'master'

Add start command

See merge request !51
parents 7fde2e63 42bcde23
No related branches found
No related tags found
1 merge request!51Add start command
Pipeline #35014 passed with stage
in 26 seconds
...@@ -51,6 +51,8 @@ def bootstrap( ...@@ -51,6 +51,8 @@ def bootstrap(
# f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})" # f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
# ) # )
register_extension.start()
with grpc.insecure_channel(content_host) as content_channel: with grpc.insecure_channel(content_host) as content_channel:
intercepted_content_channel = grpc.intercept_channel(content_channel, interceptor) intercepted_content_channel = grpc.intercept_channel(content_channel, interceptor)
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.0.4', version='1.0.5',
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.
Finish editing this message first!
Please register or to comment