Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3368299
D13094.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
603 B
Referenced Files
None
Subscribers
None
D13094.diff
View Options
diff --git a/services/terraform/self-host/aws-deploy.sh b/services/terraform/self-host/aws-deploy.sh
--- a/services/terraform/self-host/aws-deploy.sh
+++ b/services/terraform/self-host/aws-deploy.sh
@@ -127,7 +127,7 @@
echo "Disabling traffic to load balancer"
disable_general_lb_traffic
-http_code=$(curl -s -o /dev/null -w "%{http_code}" --max-time 5 "$health_check_url")
+http_code=$(curl -s -o /dev/null -w "%{http_code}" --max-time 15 "$health_check_url")
if [[ "$http_code" -eq 000 ]]; then
echo "Error: Health check timed out trying to access keyserver domain at ${health_check_url}."
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 7:09 PM (12 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2585856
Default Alt Text
D13094.diff (603 B)
Attached To
Mode
D13094: [terraform] increase max time for curl
Attached
Detach File
Event Timeline
Log In to Comment