CD
Cloudflare Developers
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
Join ServerCD
Cloudflare Developers
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
Join ServerCommunity questions
Channels
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.
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.
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
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.
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
```
[[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...
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...
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.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.
Specifying Queues per environment in wra...
https://community.cloudflare.com/t/specifying-queues-per-environment-in-wrangler-toml-file/513413 Does anyone know the answer to this? Also having the same problem
I m on paid unbound plan so 600ms should
I'm on paid, unbound plan, so 600ms should not be my CPU limit.