Skip to content

Commit

Permalink
feat: use parallelizationFactor for billing stack only
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 17, 2024
1 parent 89d2c3a commit 659ad9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion stacks/billing-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ export function BillingStack ({ stack, app }) {
type: FilterRule.isEqual('receipt')
}
})
]
],
parallelizationFactor: 2
},
}
}
Expand Down
3 changes: 1 addition & 2 deletions stacks/filecoin-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ export function FilecoinStack({ stack, app }) {
function: metricsAggregateTotalConsumer,
cdk: {
eventSource: {
...(getEventSourceConfig(stack)),
parallelizationFactor: 10
...(getEventSourceConfig(stack))
}
}
}
Expand Down

0 comments on commit 659ad9c

Please sign in to comment.