Skip to content

Commit

Permalink
fix: increase inserte piece accept queue lambda timeout (#76)
Browse files Browse the repository at this point in the history
* fix: increase inserte piece accept queue lambda timeout

* fix: increase handle piece accept timeout
  • Loading branch information
vasco-santos authored Nov 13, 2023
1 parent 398b836 commit 48643b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stacks/aggregator-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export function AggregatorStack({ stack, app }) {
aggregatorBufferStoreBucket,
pieceAcceptQueue
],
timeout: '10 minutes'
},
deadLetterQueue: aggregatorAggregateStoreHandleInsertToPieceAcceptDLQ.cdk.queue,
cdk: {
Expand Down Expand Up @@ -306,6 +307,7 @@ export function AggregatorStack({ stack, app }) {
bind: [
aggregatorInclusionStoreTable,
],
timeout: '30 seconds'
},
deadLetterQueue: pieceAcceptQueueDLQ.cdk.queue,
cdk: {
Expand Down

0 comments on commit 48643b3

Please sign in to comment.