Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join Server

Community questions

Hhtchief9/18/2023

are there any plans to offer amqp

are there any plans to offer amqp support for remote integration with queues? I'd love to use this as an alternative to RabbitMQ.
Jjorritsalverda_021789/1/2023

RuntimeError: memory access out of bounds

Som of my Rust queue consumers throw exceptions very frequently before even starting the queue event handler, see https://github.com/cloudflare/workers-rs/issues/374. Or it times out without anything happening. It somehow feels like there's an issue outside of my code. Any idea what could cause this? I've tried instrumenting for a core dump, but the recordCoredump in wasm-coredump expects a request object, see https://github.com/cloudflare/wasm-coredump/issues/3.
Jjohnpyp8/17/2023

I’m just trying to make sure that there

I’m just trying to make sure that there isn’t any unexpected issue or asterisk with keeping them colocated
Ffakejeansibelius8/8/2023

Any updates on when Queues might come

Any updates on when Queues might come out of beta? Considering it for a production use case, but a bit hesitant, since as far as I understand it's not officially recommended for production use yet.
Ddingir8/3/2023

Consumer not receiving messages

Hi all, hate to jump in with questions, but saw this channel and figured I'd give it a shot. I have a queue set up on a worker as a producer/consumer combo between multiple environments. Meaning, my wrangler.toml looks something like this:

```
[[env.development.queues.producers]]
queue = "tasks-development"
binding = "QUEUE_TASKS"

[[env.development.queues.consumers]]
queue = "tasks-development"
max_batch_size = 10
max_batch_timeout = 30

[[env.staging.queues.producers]]
queue = "tasks-s...
Kkewbish7/28/2023

Is your Worker specifically your `queue`

Is your Worker (specifically your queue handler throwing exceptions? If your script fails and you're out of retries, the message will be dropped.
Kkewbish7/27/2023

Took a quick look I can see your queue

Took a quick look - I can see your queue did at one point get up to a max concurrency of 7 (but it's out of range in the graph you screenshotted). Sometimes the dash takes a bit to update but I can see your backlog should be clear now. I'll check about the 'one worker consumes 4 different queues' bit but that shouldn't cause any issues.
Iitsmatteomanf7/3/2023

He has a couple of weird issues in his

He has a couple of weird issues in his queue :lul:
Kkikap_3/17/2023

I m on paid unbound plan so 600ms should

I'm on paid, unbound plan, so 600ms should not be my CPU limit.