Skip to content

Commit 1aa81fb

Browse files
committed
@pcrespov review: good catch
1 parent fab4bd6 commit 1aa81fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ async def _start_warm_buffer_instances(
475475
)
476476
# NOTE: first start the instance and then set the tags in case the instance cannot start (e.g. InsufficientInstanceCapacity)
477477
await get_ec2_client(app).set_instances_tags(
478-
instances_to_start,
478+
started_instances,
479479
tags=get_activated_buffer_ec2_tags(app, auto_scaling_mode),
480480
)
481481
started_instance_ids = [i.id for i in started_instances]

0 commit comments

Comments
 (0)