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

decentraland / deployments-to-sqs / 31912571464
91%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2026 10:36PM UTC
Jobs 1
Files 15
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

15 Aug 2026 10:36PM UTC coverage: 90.571% (+0.6%) from 89.939%
31912571464

push

github

web-flow
perf: bound metric cardinality and expose download queue depth (#535)

Observability for the performance program. No throughput change.

`entityType` labels nine counters but arrives from remote content servers,
and @dcl/schemas validates it only as `{ type: 'string' }`. prom-client
never evicts label sets, so every distinct value was permanent: measured at
143 B/series, so 50k values means 61 MB of heap and a 622 ms /metrics
scrape — which is synchronous, so it stalls the event loop and with it the
download queue. Now clamped to EntityType from the schema; anything else
becomes `other`. Log fields keep the raw value.

Adds download_queue_size / download_queue_pending. IJobQueue exposes no
accessor for either, so the transitions are counted in the deployer.

53 of 68 branches covered (77.94%)

Branch coverage included in aggregate %.

35 of 36 new or added lines in 3 files covered. (97.22%)

264 of 282 relevant lines covered (93.62%)

8.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.2
0.49% src/adapters/deployer/index.ts
Jobs
ID Job ID Ran Files Coverage
1 31912571464.1 15 Aug 2026 10:36PM UTC 15
90.57
GitHub Action Run
Source Files on build 31912571464
  • Tree
  • List 15
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31912571464
  • 24db13f4 on github
  • Prev Build on main (#31901628182)
  • Next Build on main (#31913478124)
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