Can you expand? You control batching via your queue settings (https://developers.cloudflare.com/queu

Can you expand? You control batching via your queue settings (https://developers.cloudflare.com/queues/learning/batching-retries/) - the messages in the consumer are always accessed via
batch.messages
, whether it's a batch or 1 or 100.
When configuring a consumer Worker for a queue, you can also define how messages are batched as they are delivered.
Was this page helpful?