Leaky timeouts

June 11, 2024 By Mark Otto 0

Node.js Weekly

Node is Leaking Memory? setTimeout Could Be The Reason — The folks at Sentry were running into problems with how Node handles timeouts created with setTimeout or, more specifically, problems caused by hanging on to the Timeout objects setTimeout returns..

Armin Ronacher

Memetria: Efficient Redis Hosting — Optimize your Redis with Memetria’s efficient hosting. Track keys, view detailed metrics, and maintain consistent uptime for better performance.

Memetria

QUICK BITS:

📄 JSR: The JavaScript Package Registry We’ve Been Waiting For? Lev Gelfenbuim

📄 Top 12 Git Commands Every Developer Must Know Kedasha Kerr (GitHub)

🛠 Code & Tools

uuid v10: Generate RFC-Compliant UUIDs in JavaScript — Covers UUID v1, v3, v4, v5, v6, v7, and v8. Works across all major browsers and Node 18 and up. v10.0 drops Node 12 and 14 support and adds support for further types of RFC9562 UUIDs (namely v6, v7 and v8).

Robert Kieffer and contributors