Skip to content

Possibility to pause polling on Pub/sub subscription #8476

Answered by MrMoose
MrMoose asked this question in Q&A
Discussion options

You must be logged in to vote

In other words you can tell the library things like "these messages may take 2 hours to process, but extend their deadline in increments of no more than 5 minutes". When the messages are received the library will remember their receipt time, and continuously extend their lease, by 5 minutes each time, until 2 hours have elapsed.

OK... I guess I misunderstood the visibility timeout then. When I create a subscription (SDK or Web Console) the maximum value is 600s. I was under the impression that is the absolute maximum a message can be "leased" (aka received and be invisible to other receivers) and after 600s the message will be received by others no matter if I ack or nack it. I can't sa…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MrMoose
Comment options

@coryan
Comment options

@MrMoose
Comment options

Answer selected by coryan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants