-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Noticed that Substreams Block Ingestor backoff instance is never reset in the loop. So the sleep time drops to 30 seconds eventually on an instance with connectivity issues, and never recovers.
Reproduce:
- Start indexing a substreams subgraph locally
- Shutdown Postgres docker container and wait until time between retries drops to 30 seconds
- Start Postgres container back up
- Shut it down again. It will continue to sleep for 30 seconds between retries even though it would make sense to recover back to 250ms wait times
Should be an easy fix - just reset it every time new cursor is different from latest_cursor
Relevant log output
No response
IPFS hash
No response
Subgraph name or link to explorer
No response
Some information to help us out
- Tick this box if this bug is caused by a regression found in the latest release.
- Tick this box if this bug is specific to the hosted service.
- I have searched the issue tracker to make sure this issue is not a duplicate.
OS information
None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working