Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cap Block Streamer Caching and Merge Redis Impl #598

Closed
darunrs opened this issue Mar 8, 2024 · 0 comments · Fixed by #599
Closed

Cap Block Streamer Caching and Merge Redis Impl #598

darunrs opened this issue Mar 8, 2024 · 0 comments · Fixed by #599
Assignees

Comments

@darunrs
Copy link
Collaborator

darunrs commented Mar 8, 2024

Redis memory usage is pegged at 100% due to Block Streamer backfilling * contract filter indexers.

In addition, Redis implementation of Coordinator and Block Streamer have diverged. Coordinator is also not able to make successful calls to Redis. While not a targeted fix, the hope is that merging the implementation fixes the issue as Block Streamer is able to make calls to Redis.

Before release, some manual intervention is necessary in dev and prod to update versions of indexers to the current, to prevent unwanted behavior from coordinator. I will do dev first, release the change, and then do prod before a prod release.

@darunrs darunrs self-assigned this Mar 8, 2024
@darunrs darunrs linked a pull request Mar 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant