Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Message Queue
    • Overview
    • Message queues
    • Messages
    • Deduplication
    • Visibility timeout
    • Long Polling
    • What is Dead Letter Queue (DLQ)?
    • Delay queues
    • Quotas and limits
    • Queue labels
    • Comparison with Yandex Data Streams
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Public materials
  • FAQ
  1. Concepts
  2. Visibility timeout

Visibility timeout

Written by
Yandex Cloud
Updated at June 15, 2022

The visibility timeout is the period during which messages are hidden from a queue after one of the consumers has picked a message. As long as the message is hidden, other consumers cannot fetch the message from the queue. During the timeout period, the consumer has to process the message and delete it from the queue. If the message is not deleted when the visibility timeout is reached, it reappears in the queue and can be picked by other consumers.

The minimum visibility timeout is 0 seconds, the maximum one is 12 hours. You can extend the visibility timeout of a specified message by calling ChangeMessageVisibility.

Was the article helpful?

Previous
Deduplication
Next
Long Polling
© 2025 Direct Cursus Technology L.L.C.