Skip to content
Snippets Groups Projects

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

Merged Podosochnyy Maxim requested to merge feature/AUTO-1332-add-logging-to-servicer into master
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading