-
Notifications
You must be signed in to change notification settings - Fork 108
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
feat(eventsyncing): health calls check last seen block distance #1978
Conversation
Co-authored-by: Matus Kysel <MatusKysel@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. |
Co-authored-by: Matus Kysel <MatusKysel@users.noreply.github.com>
Co-authored-by: Matus Kysel <MatusKysel@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
a58d2c9
to
b3c18d3
Compare
Please add some description 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments
Co-authored-by: rehs0y <lyosher@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, well done! 💪
@anatolie-ssv Let's make sure to sync @andrew-blox and @Roy-blox on what to look for when testing this, for example: syncing a cluster from scratch.
Co-authored-by: Matus Kysel <matus@ssvlabs.io> Co-authored-by: rehs0y <lyosher@gmail.com>
Enhance
event syncer
component to verify the distance betweenlastProceessedBlock
time against a staleness threshold duringHealth
checks.