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 2548445 commit b6c1771Copy full SHA for b6c1771
terraform/node/ec2/adot-genai/main.tf
@@ -101,7 +101,7 @@ echo "Service started with PID: $!"
101
102
# Wait for service to be ready
103
echo "Waiting for service to be ready..."
104
-for i in {1..60}; do
+for i in {1..10}; do
105
if curl -s http://localhost:8000/health > /dev/null 2>&1; then
106
echo "Service is ready!"
107
break
0 commit comments