Commit 8babddda by Feanil Patel

Fix worker wait condition to wait for worker servers.

parent 4e96848f
...@@ -4420,7 +4420,7 @@ ...@@ -4420,7 +4420,7 @@
}, },
"EdxServerWaitCondition":{ "EdxServerWaitCondition":{
"Type":"AWS::CloudFormation::WaitCondition", "Type":"AWS::CloudFormation::WaitCondition",
"DependsOn":"EdxappServer", "DependsOn":"WorkerServer",
"Properties":{ "Properties":{
"Handle":{ "Handle":{
"Ref":"WorkerServerWaitHandle" "Ref":"WorkerServerWaitHandle"
......
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