shipfeedAI news, curated daily

23:52:24 CET
20 MAY23:52:24shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Improved unhandled Node.js errors in Fluid compute

Vercel's Fluid compute improves Node.js error handling by gracefully logging uncaught exceptions and unhandled rejections, letting in-flight requests finish before exiting rather than terminating concurrent requests.

Jun 12 · · primary fetch1 sourceupdated Jun 12 ·

Fluid compute now gracefully handles and in Node.js by logging the error, allowing inflight requests to complete, and then exiting the process.uncaught exceptionsunhandled rejections This prevents running on same fluid instance from being inadvertently terminated in case of unhandled errors, providing the isolation of traditional serverless invocations.concurrent requests for your existing projects, and learn more in our and .Enable Fluidblogdocumentation Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comImproved unhandled Node.js errors in Fluid computeprimary