-
- Downloads
Improve logging messages on group termination
We can report group termination status more accurately if we know that the termination was requested by the engine. ExecContext() uses SIGKILL to stop processes, which tends to result in a "killed" error depending on who wins the errgroup race: this is expected, so it would be best to report it as such. Conversely, a successful exit status is unexpected if the engine did not explicitly request termination.
parent
be0fcbde
No related branches found
No related tags found
Please register or sign in to comment