Closed AgentEnder closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit 7a59f81c22355a8fe5b24dccf7fc68f6cb7c464c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.
Current Behavior
When using NX_PLUGIN_NO_TIMEOUTS there is not a reference counted as the setTimeout is not called. This could theoretically result in node killing the process if the only thing that was keeping it alive was the plugin call.
Expected Behavior
A ref is tracked either way to prevent the process from getting dropped.
Related Issue(s)
Fixes #