Skip to content

Catch out of context exceptions

Fabio M requested to merge feat/catch-exceptions into main

NestJS doesn't catch exceptions when out of context (Cron tasks or event listeners), causing the application to crash and restart.

Merge request reports