The GitHub Actions job "Required Checks" on texera.git/fix/websocket-payload-limit has failed. Run started by GitHub user xuang7 (triggered by xuang7).
Head commit for run: f86d665d6a38b26f2ac383f702b2e8f0c76242fd / ali <[email protected]> fix: raise default WebSocket payload limit to avoid dropping large result frames The default max workflow WebSocket message size of 64 KB is too small for result/status frames from workflows with many operators or a sizable visualization payload (e.g. Bar Chart). Such frames exceed 65536 bytes and Jetty drops the whole frame with MessageTooLargeException, so the final result/visualization never reaches the browser even though the execution completes successfully. Raise the default to 1024 KB in both the base config and the Helm chart env default to give ample headroom. Signed-off-by: ali <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/30129647199 With regards, GitHub Actions via GitBox
