You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
trey-ivy
changed the title
Start storing data an serving views in response to streaming events instead of cumulatively at the end
Start storing data and serving views in response to streaming events instead of cumulatively at the end
Oct 11, 2024
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.
The text was updated successfully, but these errors were encountered: