analytics-next icon indicating copy to clipboard operation
analytics-next copied to clipboard

Segment Batching Timeout Issue

Open AmirthaShankari opened this issue 4 months ago • 0 comments

Hello,

We are trying to use Segment’s batching strategy to group events and send it after a specified timeout. After implement the suggested batching code, we noticed the events are being sent to the batch endpoint, however Segment does not appear to wait for the specified timeout before dispatching the events. While using Segment’s source debugger we see the events getting delivered almost instantly to Segment and the events have the same receivedAt timestamp. What is the correct understanding of how batching is leveraged?

Thanks!

AmirthaShankari avatar Jul 17 '25 19:07 AmirthaShankari