• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / comms-gatekeeper / 34872261654
87%
main: 86%

Build:
Build:
LAST BUILD BRANCH: feat/cluster-livekit-subscriber
DEFAULT BRANCH: main
Ran 14 Sep 2026 05:04PM UTC
Jobs 1
Files 160
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Sep 2026 05:00PM UTC coverage: 86.867% (+0.8%) from 86.086%
34872261654

Pull #283

github

LautaroPetaccio
refactor: replace the assignment-mirror adapter with a dedicated memory cache

The mirror was a thin wrapper over lru-cache with get, set and size, the
same library @dcl/memory-cache-component wraps. It is now an instance of
that component created in components.ts, sized by
CLUSTER_ASSIGNMENT_MIRROR_MAX and CLUSTER_ASSIGNMENT_MIRROR_TTL_MS with the
previous defaults. A separate instance rather than a namespace in the shared
cache, so mirror entries do not compete for slots with room-metadata-sync's
cooldown keys.

The subscriber reads and writes it through the async cache contract. The
un-grouped write is not awaited: the in-memory backend applies it
synchronously, which is what lets a connect queued behind the event resolve
the entry. It passes no per-call TTL, which on this API is in seconds, so
the instance default in milliseconds is the only unit in play.

MirrorEntry moves to the subscriber's types. The mirror settings, which were
missing from .env.default, are added there.
Pull Request #283: feat: mint LiveKit island rooms from Pulse cluster feed (Archipelago ⇒ Pulse, iteration 1)

1255 of 1566 branches covered (80.14%)

Branch coverage included in aggregate %.

295 of 303 new or added lines in 15 files covered. (97.36%)

4 existing lines in 2 files now uncovered.

3428 of 3825 relevant lines covered (89.62%)

82.22 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.94
-0.6% src/adapters/livekit.ts
2
97.83
src/logic/cluster-subscriber/component.ts

Coverage Regressions

Lines Coverage ∆ File
2
20.69
-2.3% src/adapters/scene-stream-access-manager.ts
2
90.22
-2.34% src/controllers/handlers/comms-scene-handler.ts
Jobs
ID Job ID Ran Files Coverage
1 34872261654.1 14 Sep 2026 05:04PM UTC 320
87.95
GitHub Action Run
Source Files on build 34872261654
  • Tree
  • List 160
  • Changed 97
  • Source Changed 6
  • Coverage Changed 97
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34872261654
  • Pull Request #283
  • PR Base - main (#34352827071)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc