Skip to content

Commit 1bffcb3

Browse files
committed
Retention period too long :(
1 parent fba51c8 commit 1bffcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SAMtemplates/messaging/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Resources:
2525
Properties:
2626
QueueName: !Sub ${AWS::StackName}-NHSNotifyPrescriptionsDeadLetter
2727
KmsMasterKeyId: !ImportValue account-resources:SqsKMSKey
28-
MessageRetentionPeriod: 2629743 # 1 month in seconds
28+
MessageRetentionPeriod: 604800 # 1 week in seconds
2929
VisibilityTimeout: 60
3030

3131
ReadNHSNotifyPrescriptionsSQSQueuePolicy:

0 commit comments

Comments
 (0)