You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serialize event count in store function call (#1065)
if multiple events are processed concurrently, all event process
request might read the initial store size and write to the store,
potentially exceeding the store size limit. Serializing the
store size read should fix this. Once the size is loaded in memory,
further event process read should just read the in memory value
0 commit comments