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
It appears to stop once it has reached the current tip of the chain. (I see in the output this message BlockProcessor received Terminate command). I am wondering if this is the intended behavior?
I would really expect it to run indefinitely, indexing new blocks as they are mined.
Oh, and btw once the service stops it is unclear how to properly shut it down. On SIGINT (ctrl-c) it outputs
bitcoin-indexer received interrupt signal, shutting down...
Prometheus monitoring: shutdown complete
It appears to stop once it has reached the current tip of the chain. (I see in the output this message
BlockProcessor received Terminate command). I am wondering if this is the intended behavior?I would really expect it to run indefinitely, indexing new blocks as they are mined.
Oh, and btw once the service stops it is unclear how to properly shut it down. On SIGINT (ctrl-c) it outputs
But the process keeps running.