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
We should only be doing this if we're running legacy ingestion via the stellar core postgres DB. When running captive core, there is no need to update the cursor.
The text was updated successfully, but these errors were encountered:
As @sreuland reported, we always update the cursor via the stellar core client in the resume state:
https://github.com/stellar/go/blob/master/services/horizon/internal/ingest/fsm.go#L526
We should only be doing this if we're running legacy ingestion via the stellar core postgres DB. When running captive core, there is no need to update the cursor.
The text was updated successfully, but these errors were encountered: