klaytn / klaytn-etl

Python scripts for ETL (extract, transform and load) jobs for Klaytn blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions.
Other
21 stars 13 forks source link

Add detailed trace logs and retry logic #8

Closed yongchand closed 1 year ago

yongchand commented 1 year ago

export_trace_group is heavy and somewhat painful to run. I implemented two logics to soothe:

This has been tested locally, and found out that it works perfectly fine.