-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: ALL APPLICATIONS
-
Labels:None
Currently there are some code references in which with the business logic, email services are triggered synchronously, so in any case if email service fails, whole transaction is rolled back.
All these occurrences should be replaced with asynchronous calling.