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
But the process keeps running.
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.