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

ActionMailer should be backgrounded? #1098

Open
3 tasks
whereismyjetpack opened this issue Dec 6, 2022 · 0 comments
Open
3 tasks

ActionMailer should be backgrounded? #1098

whereismyjetpack opened this issue Dec 6, 2022 · 0 comments

Comments

@whereismyjetpack
Copy link
Contributor

Right now, when reporting an issue, we send the email in the thread of the request, we should send this to sidekiq, and raise after so many failed attempts, this way messages won't get lost if smtp is down, misconfigured, etc.

  • Configure sidekiq
  • have our issue report mail .delilver_later instead of deliver_now
  • add queue monitoring so we see deadset queues
@whereismyjetpack whereismyjetpack self-assigned this Dec 6, 2022
@whereismyjetpack whereismyjetpack changed the title ActionMailer should be backgrounded ActionMailer should be backgrounded? Dec 6, 2022
@whereismyjetpack whereismyjetpack removed their assignment Oct 4, 2024
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

1 participant