Put up PR for log-streaming, finally. <https://git...
# development
g
Put up PR for log-streaming, finally. https://github.com/pantsbuild/pants/pull/20369. Will need to do some final cleanup, but would love some early thoughts. I also found a latent bug (I think?) where we have some channels that only get polled when the "aggregate" data is needed. IOW, if noone wants to read the data then the channel is never processed. That seems quite footgunny both in light of potential future changes, different UI renders, and new channels/data views. Not sure if there's better patterns elsewhere in Pants for this... I'd want a "central" poll on the workunit store itself, but I can't quite figure out where to put that. Thoughts/ideas?