diff --git a/commands/walk.go b/commands/walk.go index 945417fa2..42b2b5ed3 100644 --- a/commands/walk.go +++ b/commands/walk.go @@ -117,7 +117,7 @@ func walk(cctx *cli.Context) error { scheduler.Add(schedule.TaskConfig{ Name: "ChainHistoryIndexer", Task: indexer.NewChainHistoryIndexer(tsIndexer, lensOpener, heightFrom, heightTo), - RestartOnFailure: true, + RestartOnFailure: false, // Don't restart after a failure otherwise the walk will start from the beginning again RestartOnCompletion: false, RestartDelay: time.Minute, })