Commit 189668db by Feanil Patel

Merge pull request #403 from edx/feanil/cfn_rds_fix

Update worker server wait condition.
parents efa1d743 1bfdee15
...@@ -4135,7 +4135,7 @@ ...@@ -4135,7 +4135,7 @@
"WorkerServerWaitHandle":{ "WorkerServerWaitHandle":{
"Type":"AWS::CloudFormation::WaitConditionHandle" "Type":"AWS::CloudFormation::WaitConditionHandle"
}, },
"EdxServerWaitCondition":{ "WorkerServerWaitCondition":{
"Type":"AWS::CloudFormation::WaitCondition", "Type":"AWS::CloudFormation::WaitCondition",
"DependsOn":"WorkerServer", "DependsOn":"WorkerServer",
"Properties":{ "Properties":{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment