Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dal): send fewer status updates in dvu #4392

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

zacharyhamm
Copy link
Contributor

Streaming update messages for every attribute value produced a ton of data, putting pressure on both nats and on our frontend which had to store and process thousands of update messages for large workspaces. Instead just add a start and finish message for each individual component touched in the dependent values update job.

Streaming update messages for every attribute value produced a ton of data,
putting pressure on both nats and on our frontend which had to store and
process thousands of update messages for large workspaces. Instead just add a
start and finish message for each individual component touched in the dependent
values update job.
@zacharyhamm zacharyhamm added this pull request to the merge queue Aug 21, 2024
@zacharyhamm zacharyhamm removed this pull request from the merge queue due to a manual request Aug 21, 2024
@zacharyhamm
Copy link
Contributor Author

Want to test this a little more before merging

@zacharyhamm zacharyhamm added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit 4db3056 Aug 21, 2024
9 checks passed
@zacharyhamm zacharyhamm deleted the zack/ENG-2645/less-status branch August 21, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant