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

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

parent 2b79465e
No related branches found
No related tags found
1 merge request!40Добавлен wait=True при миграции окружения
......@@ -375,7 +375,10 @@ class ExtensionSetup:
try:
self.environments_service.Migrate(environments_pb2.MigrateRequest(
space_id=space_id,
env_id=env_id
env_id=env_id,
options=environments_pb2.MigrateOptions(
wait=True
)
))
is_ok = True
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='0.0.18',
version='0.0.19',
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