I am trying to understand about the events and observers in magento.
I created an observer to listen to an event in the checkout page. I have configured it and it triggers after the place order button is pressed.
My doubt is the observer running in background or in foreground?
I saw that the error in the observer stops the order execution