mondaycom / node-execution-context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

production maturity

Ijmir opened this issue · comments

I noticed that the async_hooks dependency is based on https://www.npmjs.com/package/async_hooks
which was published 5 years ago. As I understand its somewhat similar? version of the native async_hooks.

The native async_hooks (which is not used by the repo) in the current nodejs 16 is marked as experimental. because of issues here nodejs/diagnostics#194. which include potential performance issues, v8 breaks etc..

I wonder if this package is risky to be used in production?