"Could not acknowledge messages" Getting this error when trying to clear a dead-letter queue
"Could not acknowledge messages"
Getting this error when trying to clear a dead-letter queue
16 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Ok
@Pranshu Maheshwari
5000 is so small if being used in a high transaction system?
Is there any plant to increase this message retention period ? (https://developers.cloudflare.com/queues/platform/limits/#:~:text=retention%20period%203-,4%20days,-(96%20hours)) 4 days is too low to build any serious application. for e.g. AWS SQS has a max retention period of 14 days. I thought it would be also increased during GA announcement.
Yea, kind of agreed on the above. Would be nice to be able to set 7 days at least. With 4 days, if you receive a failure on Friday, you basically only have Monday to pick it up and replay
#queues
Can I let a queue message run in a specific colo/ region? any idea to achieve this
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Working fine for me 🤔
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hey fellows, I've got a really simple queues and d1 setup that is deployed as a worker. It is a consumer and a producer of the job that it handles. It basically uses the default wrangler.toml and I followed the tutorials on the respective page to set it up. The fetch just publishes a single event, the queue just logs it
I am trying to develop locally with
bunx wrangler dev
but when I go to the url it runs on it just hangs for a while with no error output. After a reasonable amount of time it will start lagging out my computer and starts spamming to console
I am very new to cloudflare in general but I couldnt find anything in the docshello help me, even though the batch size is 1 when I trigger a message in the queue with delay seconds of 5 minutes. After this time, this message is not sent to my consumer. Is it only triggered when I add another message to the queue?
How do I create a queue for a test env worker, and another queue for another worker in prod?
I have a bit of confusion on how multi-env works in wrangler
[[env.???.queues.consumers]]
/[[env.???.queues.producers]]
Nocapping