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
As we will be running multiple indexers pointing at discontiguous block ranges and receiving results asynchronously, we should track status in the DB itself. As a start, we'll want to keep track of which blocks we have successfully indexed, which blocks we have tried and failed, what the ranges of contiguous blocks are, etc. This way newly launched indexers can dynamically configure themselves to avoid doing redundant work or triggering "primary key already exists" errors unnecessarily.
The text was updated successfully, but these errors were encountered:
As we will be running multiple indexers pointing at discontiguous block ranges and receiving results asynchronously, we should track status in the DB itself. As a start, we'll want to keep track of which blocks we have successfully indexed, which blocks we have tried and failed, what the ranges of contiguous blocks are, etc. This way newly launched indexers can dynamically configure themselves to avoid doing redundant work or triggering "primary key already exists" errors unnecessarily.
The text was updated successfully, but these errors were encountered: