Skip to content

Commit

Permalink
Set manifest Lambda concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Jan 30, 2024
1 parent 0b939cb commit 9b79b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/service/.chalice/config.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"lambda_functions": {
"api_handler": chalice.vpc_lambda_config(app_name),
service.generate_manifest.name: {
"reserved_concurrency": 10,
"lambda_timeout": config.service_lambda_timeout
},
service.update_health_cache.name: {
Expand Down

0 comments on commit 9b79b0a

Please sign in to comment.