SQS visibility timeout
RU: SQS visibility timeout
An Amazon SQS parameter that controls how long a message remains invisible to other consumers after one consumer receives it. If the consumer does not delete the message before the timeout expires, the message reappears in the queue for redelivery, enabling at-least-once processing but requiring idempotent handlers to avoid double-processing.