-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add cache for block counter #1848
Conversation
Pull Request Test Coverage Report for Build 7ebfca67-163f-4bd9-92e5-91b53c4ec688
💛 - Coveralls |
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.
@saneery
we need a fallback to Postgres data for blocks count if it is not cached yet (as we did here https://github.com/poanetwork/blockscout/pull/1671/files for transactions counter). It is especially important on instance deployment when cache is empty.
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.
I created a separate issue to cover my previous comment.
Changelog
ENV