bryanlabs/cosmos-indexer-sdk

Extend custom parser insertion methods to clear custom parser errors before attempting a reindex insertion

Closed this issue · 1 comments

We are currently keeping track of custom parser errors in the database based on the unique identifiers on the custom parsers. The custom parser interface allows tracking errors introduced during custom parsing. These are tracked in the database during the main indexing loop.

We need a way to clear out custom parser errors during reindex if the error no longer occurs. This could be as simple as deleting the error entries before attempting to reinsert.

Closed by #68