Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 3d65ac4

Browse files
Wenhai Zhufacebook-github-bot
authored andcommitted
increase the glue cralwer deployment timeout to 1200 (#2318)
Summary: Pull Request resolved: #2318 We recently noticed that the data infra deployment would take more than 10 mins (firehose took 10+ mins) and this causes it exceeds the timeout time and failed immediately. Increasing the timeout to 20mins to give it enough time on retry. Reviewed By: joe1234wu Differential Revision: D47418149 fbshipit-source-id: ed37497c10596095e843ba646d144d63a108263a
1 parent b98f954 commit 3d65ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbpcs/infra/cloud_bridge/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ deploy_aws_resources() {
327327
echo "######################## Initializing terraform working directory completed ########################"
328328
echo "######################## Deploy Data Ingestion Terraform scripts started ########################"
329329
set +e
330-
local data_ingestion_time_out=600
330+
local data_ingestion_time_out=1200
331331
SECONDS=0
332332
while [ $SECONDS -lt $data_ingestion_time_out ]
333333
do

0 commit comments

Comments
 (0)