Skip to content

Commit

Permalink
fix: remove reserved concurrency from function (#548)
Browse files Browse the repository at this point in the history
The S3 scan object's reserved concurrency was set too low
and was causing function throttles.
  • Loading branch information
patheard authored Mar 1, 2023
1 parent 623e4f2 commit e09ac43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terragrunt/aws/s3_scan_object/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module "s3_scan_object" {
memory = 512
timeout = 60

reserved_concurrent_executions = 3

environment_variables = {
LOGGING_LEVEL = "warn"
SCAN_FILES_URL = "https://${var.domain}"
Expand Down

0 comments on commit e09ac43

Please sign in to comment.