Skip to content

Commit 613b7f5

Browse files
committed
#24 increase lambda timeout for search processing to 30 seconds
1 parent 6c68cc2 commit 613b7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/app/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ functions:
315315

316316
processSearch:
317317
handler: handlers/search.processSearch
318-
timeout: 12
318+
timeout: 30
319319
events:
320320
- sqs:
321321
arn: ${cf:infra-${self:provider.stage}.SearchQueueArn}

0 commit comments

Comments
 (0)