Browse Source

update container_name_list

xuekailun 4 tháng trước cách đây
mục cha
commit
4dac686865
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gateway/alb_gateway_update_cluster.py

+ 1 - 1
gateway/alb_gateway_update_cluster.py

@@ -188,7 +188,7 @@ async def update_instance(ecs_client, alb_client, instance_ids, max_workers, ver
         global remove_container_instances
         remove_container_instances = []
         # container_name = 'longvideoapi'
-        container_name_list = ['vlogapi', 'longvideoapi']
+        container_name_list = ['piaoquan-gateway', 'gateway']
         loop = asyncio.get_running_loop()
         executor = ThreadPoolExecutor(max_workers=max_workers)
         tasks = [