[Nakamoto] Best Practices in Consuming Stacks Node Blocks #164
AshtonStephens
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Q: @rafaelcr What would be a reasonable assumption in that case related to the event RPCs that an API gets from the stacks node. If the API gets low for any reason, is there any circumstance in which the API could negatively impact the performance of the node? A: @jcnelson An API should take blocks off the event observer as soon as it can and store them locally. Nodes shouldn't be blocked on processing them to prevent impact to the 5s block time, and should also have a backlog stored locally. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a research discussion to determine the best practices when consuming blocks from the stacks node so as to not affect the stacks node's performance and other such details.
Beta Was this translation helpful? Give feedback.
All reactions