Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update lodestar script to properly forward exit signals (#7383)
**Motivation** Users might use the lodestar script inside docker or with a process manager like systemd (#7378) and in those cases we need to make sure Lodestar runs as primary process and not the shell script as otherwise exit signals are not properly forwarded or in case of systemd it does not wait for Lodestar to shut down. **Description** Update lodestar script to properly forward exit signals by execution the main node process via `exec`. This shouldn't change anything in regard to how we use the script during development.
- Loading branch information
6781de9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for some benchmarks.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold.
Full benchmark results