Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

[service] deleting an interrupted predicate does not actually remove it from redis db #510

Description

@MicaiahReid

When a predicate is deregistered, it is removed from the in-memory chainhook store that is used in streaming new blocks. However, because of this line, if a predicate is not in that store (for example, when it has an interrupted status it is removed from the store), it is not actually deleted from the redis store.

Related: #404

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    No type

    Projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions