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
Deleting the indexer from the UI will only remove it from the registry contract, but all the infrastructure resources will remain. The following should be deleted along with the registry entry:
Related redis keys
Hasura configuration
Database schema
The content you are editing has changed. Please copy your edits and refresh the page.
This may be tricky with Coordinator viewing the snapshots of the Registry at single points in time. Coordinator compares the registry to the system directly, so will only know of a deletion if the system is actually running that deleted indexer, but if we restart during a deletion, the event will be missed.
We may need to introduce some persistent state which Coordinator can refer to as to gain more awareness of these events.
Another perhaps more straight forward approach would be to query Hasura/Postgres to the current provisioning state, which could be compared to the registry. This removes the need for capturing specific point-in-time events, and allows us to simply synchronise actual/desired states exactly like we are for Block streams/Excutors.
Deleting the indexer from the UI will only remove it from the registry contract, but all the infrastructure resources will remain. The following should be deleted along with the registry entry:
Tasks
The text was updated successfully, but these errors were encountered: