We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to stop the pipeline but my program crashes
if err := i.pipeline.Stop(); err != nil { logger.Errorf("failed to stop pipeline: %s", err) os.Exit(1) }
panic: close of closed channel goroutine 240 [running]: github.com/blinklabs-io/adder/pipeline.(*Pipeline).Stop(0xc00049eaf0) go/pkg/mod/github.com/blinklabs-io/adder@v0.25.1/pipeline/pipeline.go:110 +0x25
my use case is that I detect something is out of sync. So I want to restart the indexer instance to start back from an old intercept point.
The text was updated successfully, but these errors were encountered:
This may be related to #45
Sorry, something went wrong.
No branches or pull requests
I try to stop the pipeline but my program crashes
my use case is that I detect something is out of sync. So I want to restart the indexer instance to start back from an old intercept point.
The text was updated successfully, but these errors were encountered: