Check at my scenario:
All those postgres modules are capturing the error from each module individually and running exactly the same script, basically updating the database with the errors message.
Is there a way to have this behavior centralized? To create a try…catch around the whole scenario and run that task only once?
I appreciate the help, I can’t find anything on the doc, but maybe somebody knows a workaround…