Queue with Batching
I am new and already read cloudflare Queue, Workflow, Agent, Worker, Durable Object Docs.
I just want to know can we hold a incoming messages (request) by specific key ?
I found queue have max_batch_size and max_batch_timeout options for consumer to received.
I just want to hold all incoming queue under unique user also.
So it will be max_batch_size, max_batch_timeout & id.
Generally batching with user_id like what inngest is doing.
https://www.inngest.com/docs/guides/batching
If cloudflare queue don't have this, any other approach or service we can use under cloudflare, my goal is to keep everything under cloudflare infra.
Thank.
I just want to know can we hold a incoming messages (request) by specific key ?
I found queue have max_batch_size and max_batch_timeout options for consumer to received.
I just want to hold all incoming queue under unique user also.
So it will be max_batch_size, max_batch_timeout & id.
Generally batching with user_id like what inngest is doing.
https://www.inngest.com/docs/guides/batching
If cloudflare queue don't have this, any other approach or service we can use under cloudflare, my goal is to keep everything under cloudflare infra.
Thank.
Handle high load by processing events in batches. Ideal for bulk operations.