aws/copilot-cli

worker services: enable `ChangeMessageVisibility` for SQS queues

オープン

#4,216 opened on 2022/11/23

 (5 件のコメント) (2 件のリアクション) (0 人の担当者)Go (441 件のフォーク)auto 404
area/overridegood first issuetype/enhancement

Repository metrics

Stars
 (3,737 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド