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
#11 sped up backfilling with async/await. Threads will be helpful for computationally intense indexing, but no such indexers exist as of right now (both unstake-indexer and quark-indexer are I/O intensive). We should look into this enhancement based on if computationally intense indexers are created.
Bun v1.1.13 added more support for worker_threads, which should now let us use worker_threads for parallelizing the unstake event backfilling.
Update
TODO
createBackfiller.ts
The text was updated successfully, but these errors were encountered: