Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sending email async #1200

Closed
brent-hoover opened this issue Jul 25, 2016 · 1 comment
Closed

Make sending email async #1200

brent-hoover opened this issue Jul 25, 2016 · 1 comment
Assignees
Milestone

Comments

@brent-hoover
Copy link
Collaborator

brent-hoover commented Jul 25, 2016

In several places (most notably at order completion) the application fully blocks on sending email. This makes the app appear to stall. (also when marking an order shipped)

Sending of email should be moved into job so that it can be properly retried if there is an actual failure and proper logs are sent.

We have talked about this a couple of times just creating this ticket this so it might get worked on as part of the RC 16 email goals.

@aaronjudd
Copy link
Contributor

Resolved by #1282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants