liqian пре 2 година
родитељ
комит
d4583da2e4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rov_server_reduce_with_count.py

+ 1 - 1
rov_server_reduce_with_count.py

@@ -80,7 +80,7 @@ def main():
         logging.info(f"reduce instances: {reduce_instance_ids}")
 
         # 停止并释放机器
-        remove_instances(create_client=create_client, slb_client=slb_client, instance_ids=reduce_instance_ids)
+        # remove_instances(create_client=create_client, slb_client=slb_client, instance_ids=reduce_instance_ids)
         logging.info(f"stop & release instances end!")
     except Exception as e:
         logging.error(e)