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 81becec commit d136a2dCopy full SHA for d136a2d
services/autoscaling/src/simcore_service_autoscaling/utils/buffer_machines_pool_core.py
@@ -32,7 +32,7 @@ def get_deactivated_buffer_ec2_tags(
32
base_ec2_tags = (
33
auto_scaling_mode.get_ec2_tags(app) | DEACTIVATED_BUFFER_MACHINE_EC2_TAGS
34
)
35
- base_ec2_tags[_NAME_EC2_TAG_KEY] = AWSTagValue(
+ base_ec2_tags[_NAME_EC2_TAG_KEY] = TypeAdapter(AWSTagValue).validate_python(
36
f"{base_ec2_tags[_NAME_EC2_TAG_KEY]}-buffer"
37
38
return base_ec2_tags
0 commit comments