From f87a69895fe3ac8b525506d1357be4d762e11f0a Mon Sep 17 00:00:00 2001 From: qitan Date: Tue, 21 May 2024 15:20:37 +0800 Subject: [PATCH] fix ess scheduled task name --- .../elastic-application-with-ess.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/solution/high-availability-architecture/elastic-application-with-ess.yml b/documents/solution/high-availability-architecture/elastic-application-with-ess.yml index 29b54f8a..9c9d02db 100644 --- a/documents/solution/high-availability-architecture/elastic-application-with-ess.yml +++ b/documents/solution/high-availability-architecture/elastic-application-with-ess.yml @@ -355,7 +355,7 @@ Resources: Type: 'ALIYUN::ESS::ScheduledTask' Properties: ScheduledTaskName: - Fn::Sub: ${CommonName}-task1 + Fn::Sub: ${CommonName}-task1-${ALIYUN::StackId} LaunchTime: Ref: ScalingTime ScheduledAction: @@ -365,7 +365,7 @@ Resources: Type: 'ALIYUN::ESS::ScheduledTask' Properties: ScheduledTaskName: - Fn::Sub: ${CommonName}-task2 + Fn::Sub: ${CommonName}-task2-${ALIYUN::StackId} LaunchTime: Ref: ScalingTime2 ScheduledAction: