Collin Caram
Collin Caram
Event handler exceptions causing application shutdown is an unexpected developer experience. Other comparable means of asynchronous processing in the nestjs ecosystem don't follow that behavior. To preserve backward compatibility, it...
That sounds like a good approach to me. We could utilize something like `CqrsModule.forFeature({onError: (error) => {...}})` to pass in the config.
I interpret the problem here as being: **Errors within the event handlers cause the nestjs application to shut down** The best way to solve my understanding of the problem and...
I don't think we should implement an Exception Filter. I don't think exception filters will play nicely with handling errors that occur in the observable subject. I'm suggesting that we...
I'm not suggesting that we force a global error handler. I suggest that we allow the developer to add one if they choose to via an optional config. The issue...
Noticing the same thing here. Causing ddtrace-run to fail with gunicorn
I'm getting the same error. running django-stubs==5.1.1 django-stubs-ext==5.1.1