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 99f91d8 commit ba70622Copy full SHA for ba70622
terraform/node/ec2/adot-genai/main.tf
@@ -95,7 +95,7 @@ nohup node --require '@aws/aws-distro-opentelemetry-node-autoinstrumentation/reg
95
96
# Wait for service to be ready
97
echo "Waiting for service to be ready..."
98
-for i in {1..60}; do
+for i in {1..3}; do
99
if curl -s http://localhost:8000/health > /dev/null 2>&1; then
100
echo "Service is ready!"
101
break
0 commit comments