Coalescing Messages in Messenger #60402
Unanswered
laticrete-pimcore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use the batched message handlers to group all available messages of a certain type together and process them at once? For example I don't have a specific "batch" size that I want to wait for. I just want to group as many messages together at once and then run.
I see this note:
which may be relevant: basically I want to aggressively / eagerly flush the batch once I have scanned the queue for any other messages that match the type.
Beta Was this translation helpful? Give feedback.
All reactions