-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent 'no child process' err from breaking heartbeats (#222)
The golang stdlib (and our RunAndWait implementation) has a race where if we call `Wait` after the child process has already exited and been cleaned up then an error bubbles up through the stack. We don't need these to break heartbeat TTLs.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters