microscopic-plumber-20325
03/02/2026, 10:59 AMTask.stdout → _load_log() → loglines() → FileCache.get_logs_stream(), it looks like the current behavior fully materializes the log content into memory when accessd through the client basically joining all lines into a single string.
I’m trying to understand whether there has been prior discussion around bounded log access (for example, retrieving only the last n lines or partial log reads), particularly for notebook or monitoring-style workflows.
Is this an area where scoped improvements would be useful to explore, or is there existing design context I should be aware of before going deeper?
Would love to dig fuurther, just wanted to sanity check my understanding first.hundreds-rainbow-67050
03/04/2026, 3:39 PMmicroscopic-plumber-20325
03/04/2026, 6:58 PM