Skip to content

Conversation

guplersaxanoid
Copy link
Contributor

No description provided.

if (
this.recordBlockHeight &&
this.currentProcessingHeight &&
this.recordBlockHeight !== this.currentProcessingHeight
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
this.recordBlockHeight !== this.currentProcessingHeight
this.recordBlockHeight <= this.currentProcessingHeight

Copy link
Collaborator

@stwiname stwiname left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeveloperInProgress have you tested this to see that health checks are improved?

@guplersaxanoid
Copy link
Contributor Author

@DeveloperInProgress have you tested this to see that health checks are improved?

Yes tested them, I don't get any health check errors after target height has been reached

@stwiname
Copy link
Collaborator

stwiname commented Mar 2, 2023

I think this was the actual problem subquery#39. This will be back ported

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