feross / feross/studynotes.org
fix process.on('uncaughtException') handling link mathias suggested
Offen
bug
- Vorherrschende Sprache
- JavaScript
- Sterne
- 161
- Forks
- 20
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
execSync a child process that sends an email (which is unfortunately, async), then quit, so process doesn't keep running in an undefined state
Beitragsleitfaden
Rechercherichtung
Locate the process.on('uncaughtException') handler and the execSync path that sends email. Start by tracing how the child process is launched and how shutdown currently behaves; done means the email-sending child completes while the application then exits cleanly instead of remaining in an undefined state.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- backend
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100