I think the answer to this is simply a no, but might as well ask. Is it possible with queues to proc
I think the answer to this is simply a no, but might as well ask. Is it possible with queues to process a task as soon as a single message is recieved, and dismiss the remaining messages that join the same batch?
I'm imagining the queue as a debounce of sorts, and this would be the
Use case is something akin to logging, but latency is quite important here. Using batch timeout of ~3-5s if its relevant
I'm imagining the queue as a debounce of sorts, and this would be the
leading option for it.Use case is something akin to logging, but latency is quite important here. Using batch timeout of ~3-5s if its relevant

