Event Order Multiple Notes In Single Sync

Hi,

I am queuing notes on the notecard, then syncing them every 3 minutes. I believed the events would be sent through to the route in the order they were added to the notecard, but what I’m seeing is the events synchronised in a single upload, being sent through in a random order. This is confirmed in the event list, where you can see the “captured time” in not in date time order.

Is this the intended behaviour?

1 Like

Hey @spring,

Technically we make no guarantees for Note upload order, and any infrastructure you build should account for that.

That being said though, if you add a Note template you should see your Notes getting delivered in a consistent, FIFO order. Without a template the order is indeed somewhat random.

TJ