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
historicalSync.sync() takes interval as a parameter and syncs all events in the given interval. If this interval is event dense, or very large, the function invocation can attempt to sync too many events, causing an OOM or other errors. Ideally, there would be an escape hatch when too many objects are held at once. This algorithm should optimize for correctness and not performance, as this rarely happens.
Description
historicalSync.sync()
takesinterval
as a parameter and syncs all events in the given interval. If this interval is event dense, or very large, the function invocation can attempt to sync too many events, causing an OOM or other errors. Ideally, there would be an escape hatch when too many objects are held at once. This algorithm should optimize for correctness and not performance, as this rarely happens.Related #1135
The text was updated successfully, but these errors were encountered: