I have a requirement where user A wants his calculation to be share with another users. So I want is to notify other users through email about this shared calculation ie. user A has shared his calculation with you. But currently to send emails to N users takes too much time and make user A to wait till email get sent. So what I want is as user A submit I want to return success message immediately to him and then run that send email task in background.