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

stores-com / petty-cache
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: feat/throttle
DEFAULT BRANCH: main
Repo Added 12 Feb 2026 10:19PM UTC
Files 1
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

LAST BUILD ON BRANCH feat/debounce
branch: feat/debounce
CHANGE BRANCH
x
Reset
  • feat/debounce
  • feat/throttle
  • main
  • v3.7.0

25 Apr 2026 10:47PM UTC coverage: 99.751% (-0.2%) from 100.0%
24942513116

Pull #62

github

freshlogic
feat: add debounce — distributed debounce primitive

Coalesces calls for the same key across multiple processes via Redis so
that the callback runs at most once per `wait` window. Uses a single
SETNX with PX TTL for atomicity. Cleans up state on callback throw so the
next caller can retry immediately.

Reference: imitates BullMQ's job-deduplication mechanic (SET NX PX).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #62: feat: add debounce — distributed first-signal-fires debounce primitive

411 of 413 branches covered (99.52%)

Branch coverage included in aggregate %.

43 of 45 new or added lines in 1 file covered. (95.56%)

2 existing lines in 1 file now uncovered.

1192 of 1194 relevant lines covered (99.83%)

49.34 hits per line

Relevant lines Covered
Build:
Build:
1194 RELEVANT LINES 1192 COVERED LINES
49.34 HITS PER LINE
Source Files on feat/debounce
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24942513116 feat/debounce feat: add debounce — distributed debounce primitive Coalesces calls for the same key across multiple processes via Redis so that the callback runs at most once per `wait` window. Uses a single SETNX with PX TTL for atomicity. Cleans up state on c... Pull #62 25 Apr 2026 10:48PM UTC freshlogic github
99.75
24942495114 feat/debounce feat: add debounce — distributed debounce primitive Coalesces calls for the same key across multiple processes via Redis so that the callback runs at most once per `wait` window. Uses a single SETNX with PX TTL for atomicity. Cleans up state on c... Pull #62 25 Apr 2026 10:47PM UTC freshlogic github
99.75
24942414827 feat/debounce feat: add debounce — distributed first-signal-fires debounce primitive Coordinates "first signal in a quiet window does the work; subsequent signals are absorbed" across processes via Redis. Uses a single SETNX with PX TTL for atomicity. Cleans u... Pull #62 25 Apr 2026 10:42PM UTC freshlogic github
99.75
24942391608 feat/debounce feat: add debounce — distributed first-signal-fires debounce primitive Coordinates "first signal in a quiet window does the work; subsequent signals are absorbed" across processes via Redis. Uses a single SETNX with PX TTL for atomicity. Cleans u... push 25 Apr 2026 10:41PM UTC freshlogic github
99.45
See All Builds (31)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc