|
@@ -55,7 +55,7 @@ async def ess_instance(ecs_client, clb_client, ess_count, max_workers, version):
|
|
|
ess_instance_ids = clb_utils.create_multiple_instances(
|
|
|
amount=ess_count,
|
|
|
client=ecs_client,
|
|
|
- **commonapi_config.instance_config_j,
|
|
|
+ **commonapi_config.instance_config_h,
|
|
|
)
|
|
|
time.sleep(60)
|
|
|
|
|
@@ -179,7 +179,7 @@ async def update_instance(ecs_client, clb_client, instance_ids, max_workers, ver
|
|
|
global remove_container_instances
|
|
|
remove_container_instances = []
|
|
|
|
|
|
- container_name_list = ['vlogapi', 'longvideoapi']
|
|
|
+ container_name_list = ['commonapi']
|
|
|
loop = asyncio.get_running_loop()
|
|
|
executor = ThreadPoolExecutor(max_workers=max_workers)
|
|
|
tasks = [
|