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

Merge branch 'feature/AUTO-1332-add-logging-to-servicer' into 'master'

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

See merge request perxis/perxis-python!40
parents 6de3220b d60d99d1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment