[BP-1898] Invoice email sending is forced to be non-async #638
Labels
Bug
Bugs, functions that are not working like they should.
Refactor
This will be part of a refactoring process.
Status: Waiting for release
This issue has been solved, but is not released yet.
Magento2/Model/Push.php
Line 1531 in 90670f5
I'm curious if this is behavior that we really want. Apparently invoice sending through this module is directly being send when a push from buckaroo happens .Why not control this behavior by settings defined by Magento in regards to async/sync sending of emails? Its causing some issues for one of our clients, since in parallel a lot of push calls were being fired to Magento, with slow email generation on our side because servers got overloaded by traffic next to these heavy calls.
The text was updated successfully, but these errors were encountered: