NodeJS: Let It Crash!

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=62ZRPJkHOX0



Duration: 30:05
9,737 views
241


One common issue I have found working on the field with customers adopting Node.js is that they don’t have visibility around what happens when their applications crash, also, on specific critical applications these unexpected crashes don’t allow the server to exit gracefully missing opportunities to store state for possible recovery actions. This talk presents a series of best practices on how to deal with `uncaughtExceptions` and `unhandledRejections` in a way that gives developers visibility on errors, post-mortem information and how to handle graceful shutdowns.

EVENT:

NearForm 2019

SPEAKER:

Julián Duque

PUBLICATION PERMISSIONS:

NearForm provided Coding Tech with the permission to republish NearForm conference talks.

CREDITS:

NearForm YouTube channel: https://www.youtube.com/channel/UCp2Tsbjd3P8itnBHUNHi82A







Tags:
nodejs
node.js
sofware crash
error handling