mirror of
https://github.com/aljazceru/IngestRSS.git
synced 2026-02-01 12:24:28 +01:00
changing visibility timeout default and eventbridge default.
This commit is contained in:
@@ -29,7 +29,7 @@ Resources:
|
||||
Name: rss-feed-processor-schedule
|
||||
Description: Runs the RSS Feed Processor Lambda function every hour
|
||||
State: ENABLED
|
||||
ScheduleExpression: rate(120 minutes)
|
||||
ScheduleExpression: rate(240 minutes)
|
||||
FlexibleTimeWindow:
|
||||
Mode: FLEXIBLE
|
||||
MaximumWindowInMinutes: 1
|
||||
|
||||
@@ -11,7 +11,7 @@ Resources:
|
||||
Type: AWS::SQS::Queue
|
||||
Properties:
|
||||
QueueName: !Ref SQSQueueName
|
||||
VisibilityTimeout: 300 # Should be set to the 3rd standard deviation of your lambda runtime distribution.
|
||||
VisibilityTimeout: 900 # Should be set to the 3rd standard deviation of your lambda runtime distribution.
|
||||
ReceiveMessageWaitTimeSeconds: 20
|
||||
RedrivePolicy:
|
||||
deadLetterTargetArn: !GetAtt RSSFeedDLQ.Arn
|
||||
|
||||
Reference in New Issue
Block a user