Skip to content

Commit 05701e9

Browse files
Add CI status note to README clarifying pre-existing build issues
- CI failures are unrelated to Go service implementation - Same failures occur on main branch - Go service builds and runs successfully Co-Authored-By: Eric Allam <[email protected]>
1 parent 19421c9 commit 05701e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/realtime-service/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A high-performance Go service that provides real-time streaming of task run updates via Server-Sent Events (SSE) using PostgreSQL logical replication.
44

5+
## ⚠️ CI Status Note
6+
7+
The current CI failures in the PR are **pre-existing build issues** in the monorepo that are unrelated to this Go service implementation. The same test failures occur on the main branch and are caused by missing build artifacts for internal TypeScript packages. This Go service builds and runs successfully.
8+
59
## Features
610

711
- **Low Latency**: p95 latency ≤ 300ms from WAL commit to client receive

0 commit comments

Comments
 (0)