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 72f1628 commit 27e40cbCopy full SHA for 27e40cb
services/autoscaling/src/simcore_service_autoscaling/constants.py
@@ -13,8 +13,8 @@
13
PREPULL_COMMAND_NAME: Final[str] = "docker images pulling"
14
15
DOCKER_JOIN_COMMAND_NAME: Final[str] = "docker swarm join"
16
-DOCKER_JOIN_COMMAND_EC2_TAG_KEY: Final[AWSTagKey] = parse_obj_as(
17
- AWSTagKey, "io.simcore.autoscaling.joined_command_sent"
+DOCKER_JOIN_COMMAND_EC2_TAG_KEY: Final[AWSTagKey] = TypeAdapter(AWSTagKey).validate_python(
+ "io.simcore.autoscaling.joined_command_sent"
18
)
19
20
0 commit comments