lenskit.logging.multiprocess#
Multiprocess logging support for Ray integration. Most code doesn’t need to touch this.
- Stability:
Internal
Classes#
LensKit monitor controller.
Generic interface for record sinks.
Activate (and deactivate) a worker context. This handles setup and teardown
Configuration for worker logging.
Functions#
Get the monitor, starting it if it is not yet running.
send_task(task)
Package Contents#
- lenskit.logging.multiprocess.get_monitor()#
Get the monitor, starting it if it is not yet running.
- Return type:
- lenskit.logging.multiprocess.send_task(task)#
- Parameters:
task (lenskit.logging.tasks.Task)