Skip to content
Snippets Groups Projects

Add start command

Merged Eterevskiy Georgiy requested to merge feature/add_periodic_extension_registration into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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)
Loading