You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
.delilver_later
instead ofdeliver_now
The text was updated successfully, but these errors were encountered: