Skip to content

Commit abd425f

Browse files
committed
Removes reserved concurrency limit
Removes the fixed reserved concurrency setting from the serverless configuration to allow the function to scale based on account-level limits. Improves elasticity and reduces risk of unintended throttling under bursty traffic, simplifying capacity management for production workloads.
1 parent 893354c commit abd425f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

API/ThriveChurchOfficialAPI/ThriveChurchOfficialAPI/serverless.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"MemorySize": 1024,
1313
"Timeout": 30,
1414
"Role": "arn:aws:iam::349570132161:role/ThriveApiAppRunnerRole",
15-
"ReservedConcurrentExecutions": 10,
1615
"Environment": {
1716
"Variables": {
1817
"ASPNETCORE_ENVIRONMENT": "Production",

0 commit comments

Comments
 (0)