Skip to content

Commit

Permalink
Lambdas were timing out a lot, this reduces those chances (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte authored Jan 17, 2024
1 parent 6426b65 commit 4599989
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ingestor/.chalice/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
},
"update_delivered_trip_metrics": {
"iam_policy_file": "policy-delivered-trip-metrics-daily.json",
"lambda_timeout": 90
"lambda_timeout": 150
},
"update_delivered_trip_metrics_yesterday": {
"iam_policy_file": "policy-delivered-trip-metrics-daily.json",
"lambda_timeout": 90
"lambda_timeout": 150
},
"update_agg_trip_metrics": {
"iam_policy_file": "policy-agg-trip-metric-tables.json"
Expand Down Expand Up @@ -100,4 +100,4 @@
}
}
}
}
}

0 comments on commit 4599989

Please sign in to comment.