aws/copilot-cli

worker services: enable `ChangeMessageVisibility` for SQS queues

开放

#4,216 创建于 2022年11月23日

 (5 条评论) (2 个反应) (0 位负责人)Go (441 个派生)auto 404
area/overridegood first issuetype/enhancement

仓库指标

星标
 (3,737 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

"To prevent other consumers from processing the message again, Amazon SQS sets a visibility timeout, a period of time during which Amazon SQS prevents other consumers from receiving and processing the message. The default visibility timeout for a message is 30 seconds. The minimum is 0 seconds. The maximum is 12 hours."

Users may want to change this default setting.

Ref: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibility.html

贡献者指南