pulsar-edit / package-backend

Pulsar Server Backend for Packages
https://api.pulsar-edit.dev
MIT License
11 stars 11 forks source link

Prevent Application crash when ExpressJS crashes #186

Closed confused-Techie closed 11 months ago

confused-Techie commented 11 months ago

Requirements

Description of the Change

This PR while small, ensures that even if ExpressJS crashes parsing or handling any specific endpoint, or hopefully any unhandled exception within the application, we can handle it here to ensure the whole application doesn't go down, and instead can stay alive to continue serving requests.