Skip to content

Commit

Permalink
fix: increase timeout for buffer queue consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Aug 26, 2024
1 parent 46bea44 commit 27f2aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/aggregator-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export function AggregatorStack({ stack, app }) {
aggregatorBufferStoreBucket,
aggregateOfferQueue
],
timeout: '10 minutes',
timeout: '15 minutes',
memorySize: '2 GB'
},
deadLetterQueue: bufferQueueDLQ.cdk.queue,
Expand Down

0 comments on commit 27f2aae

Please sign in to comment.