Replies: 1 comment 1 reply
-
A relatively high batch size for a coin balance fetcher can cause a timeout issue at request. Consider decreasing the default 100 batch size via runtime env variable |
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
-
In my logs a see a lot of the following errors
while at the same time
block_catchup
appears to be working fine.Everything points to the same private node. I assume that if
block_catchup
can conclude we're not missing any blocks that the node is reachable for data queries.What can cause a
etimedout
forcoin_balance_catchup
though?Beta Was this translation helpful? Give feedback.
All reactions