hard-rejection
Make unhandled promise rejections fail hard right away instead of the default silent fail
loud-rejection
Make unhandled promise rejections fail loudly instead of the default silent fail
graceful
Graceful exit when `uncaughtException` emit, base on `process.on('uncaughtException')`.
@ladjs/graceful
Gracefully exit HTTP servers (Express/Koa/Fastify/etc), databases (Mongo/Mongoose), Bree job schedulers, and custom handlers.