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

refresh materialized views without await during streaming #149

Closed
rafaelcr opened this issue Jul 13, 2023 · 3 comments · Fixed by #154
Closed

refresh materialized views without await during streaming #149

rafaelcr opened this issue Jul 13, 2023 · 3 comments · Fixed by #154

Comments

@rafaelcr
Copy link
Collaborator

If the chainhook node is streaming blocks, we should not await for materialized views to finish refreshing before returning a 200 response. We should run the queries in a non-blocking promise, and we should try to refresh them in parallel.

@blockstack-devops
Copy link

🎉 This issue has been resolved in version 1.0.0-beta.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@blockstack-devops
Copy link

🎉 This issue has been resolved in version 1.0.0-brc-20.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@blockstack-devops
Copy link

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants