Skip to content
Snippets Groups Projects
Commit d60d99d1 authored by Podosochnyy Maxim's avatar Podosochnyy Maxim
Browse files

Добавлен wait=True при миграции окружения

parent 2b79465e
Branches
Tags
No related merge requests found
...@@ -375,7 +375,10 @@ class ExtensionSetup: ...@@ -375,7 +375,10 @@ class ExtensionSetup:
try: try:
self.environments_service.Migrate(environments_pb2.MigrateRequest( self.environments_service.Migrate(environments_pb2.MigrateRequest(
space_id=space_id, space_id=space_id,
env_id=env_id env_id=env_id,
options=environments_pb2.MigrateOptions(
wait=True
)
)) ))
is_ok = True is_ok = True
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='0.0.18', version='0.0.19',
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