gpt4 book ai didi

azure - 如何绕过 Azure 队列的最长生存时间?

转载 作者:行者123 更新时间:2023-12-05 01:08:13 28 4
gpt4 key购买 nike

Azure 消息队列消息的最长生存时间为 7 天。呃为什么?我希望我的消息有无限的生存时间并在队列中等待,直到我有时间处理它。如果不是这个奇怪的 7 天限制,Azure 队列对我来说将是一个完美的解决方案。我有一个完整的 100TB 存储帐户支持我的队列,为什么我不能使用它?

我希望有人能找到解决此问题的方法或解决方案。有什么想法吗?

最佳答案

现在,您可以通过在对消息进行排队时指定 -1 秒的过期时间来选择无限 TTL。这是 api 版本 2017-07-29 的新功能:

For the Queue service, the Put Message API now allows a time-to-live value in the messagettl parameter of over seven days. You may also specify -1 for this parameter to indicate that the message should remain in the queue until dequeued and deleted. The default value for this parameter is still seven days.

如果您无法使用早期版本的 Azure 存储库,我通过重新排队旧消息解决了这个问题 - 一旦它们超过 6 天,我就向队列中添加了一个副本并删除了原始消息。

关于azure - 如何绕过 Azure 队列的最长生存时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17385803/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com