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.
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