You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to log backfill via websocket of historical data. Our Astar node with which we are testing this is an archive node.
We have tried various configs and the only one that seems to be related in the help section is --max-past-logs but changing it does not solve the problem.
There seems to be a 10sec timeout and this appears to us as an error:
error="query timeout of 10 seconds exceeded"
This timeout occurs when we exceed a certain number of blocks during the backfill with ~80k
Steps to Reproduce
We are running the node with: staketechnologies/astar-collator:v5.44.0
Description
We need to log backfill via websocket of historical data. Our Astar node with which we are testing this is an archive node.
We have tried various configs and the only one that seems to be related in the help section is
--max-past-logs
but changing it does not solve the problem.There seems to be a 10sec timeout and this appears to us as an error:
This timeout occurs when we exceed a certain number of blocks during the backfill with ~80k
Steps to Reproduce
We are running the node with:
staketechnologies/astar-collator:v5.44.0
This is our redacted config:
Expected vs. Actual Behavior
Is there any configuration or way to enable longer block backfill and thus somehow increase the timeout?
The text was updated successfully, but these errors were encountered: