Fix terminal finalize convergence and dashboard fanout - #316
Merged
Conversation
…ence and dashboard fanout","authority":"XY-917","related":["XY-919"]}
…lugin surface","authority":"XY-917","related":["XY-919"]}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
phase = terminal_pendingrows and keep terminal writeback out of active-lane control paths.runActivityon connect/control refresh so browser reconnect storms cannot synchronously rebuild full run activity per socket and starve intake.terminal_pendingoperator semantics.Issues
Validation
cargo make fmtgit diff --checkcargo test -p decodex dashboard_event_hub --all-features -- --test-threads=1cargo test -p decodex operator_state_endpoint --all-features -- --test-threads=1cargo test -p decodex operator_dashboard --all-features -- --test-threads=1cargo test -p decodex operator_status_projects_terminal_finalized_run_as_pending_not_active --all-features -- --test-threads=1cargo test -p decodex operator_status_snapshot --all-features -- --test-threads=1cargo test -p decodex operator_lane --all-features -- --test-threads=1cargo test -p decodex plugin_surface --all-features -- --test-threads=1cargo make check-rustcargo make test(1046 passed, 1 skipped)