We need to shuttle log messages from worker threads to the parent process. With high levels of logging activity, the queue-based logging transport provided by the Python standard library is insufficient. Replace with a ZeroMQ-based (or similar) logging transport to provide efficient delivery to parent processes.
We need to shuttle log messages from worker threads to the parent process. With high levels of logging activity, the queue-based logging transport provided by the Python standard library is insufficient. Replace with a ZeroMQ-based (or similar) logging transport to provide efficient delivery to parent processes.