# Usuários importados não estão recebendo e-mails de verificação devido ao grande acúmulo no Sidekiq

**URL:** https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650
**Category:** Support
**Tags:** email
**Created:** [Agosto 2, 2015, 12:26am UTC](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650 "2015-08-02T00:26:06Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [Fevereiro 20, 2016, 10:48pm UTC](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650/23 "2016-02-20T22:48:44Z")

</div>

We had a similar request in the past, uneasy adding hacks to circumvent mandrill limits

---

<div class="post-metadata">

### Author: ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)
#### Post date: [Fevereiro 21, 2016, 7:37am UTC](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650/24 "2016-02-21T07:37:56Z")

</div>

> We had a similar request in the past, uneasy adding hacks to circumvent mandrill limits

I would view this request as a resilience feature, or a failover SMTP server if you will.

Emails fail into two categories: critical (signup email confirmation, password reset) and non-critical (notifications and everything else). Critical emails serve a very different role from notification emails, and IMO can justifiably use a higher priority sending mechanism.

Whether the limitation belongs to Mandrill, some other SMTP server, or to the Sidekiq backlog is irrelevant. Having a dedicated server for critical emails solves the problem.

This is how many other systems work: you have emergency and AMBER alerts sent on a different channel vs. regular SMSes precisely because of the higher priority of the former; QoS in packet-switched networks etc.

Plus, adding a secondary SMTP server would enable failing over from the primary one in case of outage.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [Junho 8, 2024, 12:45pm UTC](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650/25 "2024-06-08T12:45:52Z")

</div>

Este tópico foi automaticamente fechado após 3233 dias. Novas respostas não são mais permitidas.

[Página anterior](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650.md?page=1)
