larger builds can take a long time to serialize to the database. Can we alleviate this by batching writes as they come in instead of waiting until the very end? some data isn't supplied until the build is complete, but we could show targets as their accumulated and build log output, etc.
a little additional discussion suggests we want to look at a message queue to help us achieve this. maybe roll in something like kafka to be deployed alongside bbportal
larger builds can take a long time to serialize to the database. Can we alleviate this by batching writes as they come in instead of waiting until the very end? some data isn't supplied until the build is complete, but we could show targets as their accumulated and build log output, etc.