issues
search
liftedinit
/
yaci
Yet Another Cosmos Indexer
Apache License 2.0
6
stars
3
forks
source link
feat: restart from head, refactor & qol
#12
Closed
fmorency
closed
3 weeks ago
fmorency
commented
4 weeks ago
Use
fmt.Errorf
to wrap errors
Atomic transaction (PostgreSQL only)
A block and all related transactions are committed to the database in a single transaction
Restart indexing from where we left off
Fix off-by-one
Avoid displaying a gazillion messages when the context is canceled
Display retry attempts with debug log level
Automatic start/stop heuristic
Refactor
Disable JSON & TSV output, for now
Fixes #6
TODO
[ ] Add option to perform full re-index
[x] More cleanup/QoL
fmt.Errorf
to wrap errorsFixes #6
TODO