Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hubble prevent restart on error #3656

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Hubble prevent restart on error #3656

merged 1 commit into from
Jan 30, 2025

Conversation

qlp
Copy link
Contributor

@qlp qlp commented Jan 30, 2025

there are three indexing flows (for each chain): fetching, finalizing and fixing. The indexer (for a chain) is restarted in case of an error. This is a problem if a chain has rpcs with a high error rate, because the restart kills all transactions.

This PR changes this, so errors in each flow are handled individually.

Copy link

vercel bot commented Jan 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
site ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2025 0:34am

@qlp qlp force-pushed the hubble-prevent-restart-on-error branch from 902525b to 785820b Compare January 30, 2025 12:34
@qlp qlp merged commit 785820b into main Jan 30, 2025
104 checks passed
@qlp qlp deleted the hubble-prevent-restart-on-error branch January 30, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants