erigontech / erigontech/silkworm
silkworm: shutdown on SIGTERM
Open
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Running silkworm with options:
--prune=htrc
--snapshots.no_downloader # snapshots are pre-downloaded
--sentry.remote.addr=127.0.0.1:9091 # to disable sentry
Silkworm is running the execution stage.
`kill silkworm` doesn't work. Nothing is printed in the log and it keeps running.
I expect that it will print something in the log and shutdown gracefully within 30 sec.
Contributor guide
Assessment
This issue has not been assessed yet.