Skip to content

Commit 501b0f0

Browse files
authored
revert visibility timeout change as it's already the max (#3305)
1 parent d97be07 commit 501b0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/product-move-api/cfn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Resources:
380380
RefundQueue:
381381
Type: AWS::SQS::Queue
382382
Properties:
383-
VisibilityTimeout: 86400 # 24 hours
383+
VisibilityTimeout: 43200 # 12 hours
384384
MessageRetentionPeriod: 865800 # 10 days +30 minutes
385385
QueueName:
386386
Fn::Sub: product-switch-refund-${Stage}

0 commit comments

Comments
 (0)