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
After #418, each Indexer will have it's own dedicated stream. To persist these streams across restarts, we need to store the last_indexed_block in Redis, so that it can continue where it left off, essentially "Start from interruption".
This will need to be implemented in Coordinator V1, so when the new Control Plane starts, it's able to continue where it left off. But, this should also be implemented in #418, within the new Block Streamer service.
The text was updated successfully, but these errors were encountered:
After #418, each Indexer will have it's own dedicated stream. To persist these streams across restarts, we need to store the
last_indexed_block
in Redis, so that it can continue where it left off, essentially "Start from interruption".This will need to be implemented in Coordinator V1, so when the new Control Plane starts, it's able to continue where it left off. But, this should also be implemented in #418, within the new Block Streamer service.
The text was updated successfully, but these errors were encountered: