Please can I provide some feedback/feature requests for cloudflare queues Firstly the dev experienc

Please can I provide some feedback/feature requests for cloudflare queues Firstly the dev experience inside workers is pretty great! It would be awesome if it could work with Pages functions so I don't have to deploy separate consumers but thats a nit really. The metrics in the dashboard are useful but its missing the main one for me, how many messages are in the queue at that point in time, especially important for deadletters Redriving of deadletter messages, either a button in the UI or a way of doing it via HTTP or JS. Currently you can pull the messages from the queue via HTTP but can't acknowledge them or push back into the queue locally, meaning I would need to deploy a worker just to redrive each queue which seems excessive and I need to control what I'm redriving or not. I had to do 200 messages manually this morning Alerts on the queue length, ie. If messages drop into a deadletter Would be helpful if the error message was attached to the queue message in some way like SQS does Being able to send multiple messages via the UI either file upload or pasting in Documentation is missing for the Preview endpoint in the Queue REST API docs Its only happened once but I've had one message not get sent, even though it said it has, which worries me slightly. If possible increase the batch size, up to 200 would be helpful Alongside this if possible to increase the timeout period as well, I'm running async reports and these can take several minutes to process and so they are timing out/hitting worker limits. Happy to talk this through or provide more info if 😊
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?