You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(node): use process.on instead of process.once for beforeExit listener
Fixes the beforeExit listener to fire on every invocation in serverless
warm starts (e.g. AWS Lambda). Also properly removes the old listener on
re-init to avoid accumulation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments