Skip to content

Commit

Permalink
increase the glue cralwer deployment timeout to 1200 (#2318)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Wenhai Zhu authored and facebook-github-bot committed Jul 13, 2023
1 parent b98f954 commit 3d65ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbpcs/infra/cloud_bridge/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ deploy_aws_resources() {
echo "######################## Initializing terraform working directory completed ########################"
echo "######################## Deploy Data Ingestion Terraform scripts started ########################"
set +e
local data_ingestion_time_out=600
local data_ingestion_time_out=1200
SECONDS=0
while [ $SECONDS -lt $data_ingestion_time_out ]
do
Expand Down

0 comments on commit 3d65ac4

Please sign in to comment.