Prevent exiting while LNClient is starting up
Open
- Dominant language
- TypeScript
- Stars
- 280
- Forks
- 132
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 8
Description
as per https://github.com/getAlby/hub/pull/271
If a sigterm signal is received while the LNClient is running, this is fine since we'll wait for the LNClient to shutdown first.
But, if a sigterm signal is received while the LNClient is starting up, this will not safely wait for the startup to finish and shutdown the node. This could lead to the node's channel state being corrupted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.