John Bresnahan
John Bresnahan
WIP I have noticed blockade getting stuck. It seems like the logs never stop running so this never ends? Here is the stack trace: ```=== Stack trace Begin === #####...
Add configuration to timeout the http connection.
Hook python's logging conf into the docker daemon.
### Describe the bug If the worker process receives a TERM signal between: https://github.com/fluent/fluentd/blob/master/lib/fluent/supervisor.rb#L603 and https://github.com/fluent/fluentd/blob/master/lib/fluent/supervisor.rb#L615 The signal will be lost and the process will not terminate. This comes up...