workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
âš¡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Did the queues `sendBatch` api change?
sendBatch
api change?
I've been running a worker in production for around 7 months now, and it has been working fine.
The past few days (first occurance was Febuary 21st, 23:40 UTC, and the previous successful evocation was 23:10 UTC), i've suddenly been getting an error: sendBatch() requires at least one message
I've added an additional check in my code to make sure the batch isnt empty to fix the issue, but I missed 2 days of data (that I cannot recover) before I noticed the issue....~~What would cause a queue to send the
Build software better, together
[[queues.consumers]]
queue = "gopersonal-llm-ranking-queue"
max_batch_size = 100
max_batch_timeout = 180
max_concurrency = 1
[[queues.consumers]]
queue = "gopersonal-llm-ranking-queue"
max_batch_size = 100
max_batch_timeout = 180
max_concurrency = 1
Customize queue message retention period...
Hello. What would the average queue
Feature request: would be nice to be
Hello. Is there an issue on the queues
Also is there a way to flush a queue? My
Hey guys, is there any problem with
Is there a preferred way to simulate
__schedule
query string arg for testing CRON schedules locally.How do I increase the max concurrency
Hey all, wondering if theres a way to
Hey there, my Queue has had a
I've had to disconnect the queue
Queue retries not happening consistently with either message or global retry_delay wrangler setting
anyone else run into problems with
yes, and through the dashboard - the
8c720189e5c54eefa03f53eefb7162f1
that gives messages cannot be pulled unless http_pull mode is enabled
. I even tried previewing and deleting the 3 messages in there, didn't helpI currently have a queue setup where the