We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab4bd6 commit 1aa81fbCopy full SHA for 1aa81fb
services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py
@@ -475,7 +475,7 @@ async def _start_warm_buffer_instances(
475
)
476
# NOTE: first start the instance and then set the tags in case the instance cannot start (e.g. InsufficientInstanceCapacity)
477
await get_ec2_client(app).set_instances_tags(
478
- instances_to_start,
+ started_instances,
479
tags=get_activated_buffer_ec2_tags(app, auto_scaling_mode),
480
481
started_instance_ids = [i.id for i in started_instances]
0 commit comments