# משתמשים מיובאים אינם מקבלים מיילים לאימות עקב עומס תהליך Sidekiq גדול

**URL:** https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650
**Category:** Support
**Tags:** email
**Created:** [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:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [2 באוגוסט,‏ 2015,‏ 1:16pm UTC](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650/10 "2015-08-02T13:16:24Z")

</div>

> [@will\_io](#):
>
> There has to be a logical explanation as to why user validation emails are not reaching mandrill

Yes, there is.  
 ![](https://global.discourse-cdn.com/meta/original/3X/1/1/115dc6f5535f284c8f2a73082fdd9e33b79eab32.png)

It’s exactly like @riking said:

> [@riking](#):
>
> What’s likely happening is that the email jobs are stuck in the queue behind all of the post processing jobs from the import.

You can try to _temporarily_ setting `UNICORN_SIDEKIQS` to a higher number (e.g. 5) in your `app.yml` in order to process the queue a lot faster. But, this will use a lot more memory. So, make sure your machine has enough.

BTW: I was wondering if it’s possible to enqueue high priority tasks like sending validation emails before all other tasks? Does Sidekiq support this? Everyone expects emails to get sent immediately, but nobody cares about how long it takes to postprocess posts.

---

_[View the full topic](https://meta.discourse.org/t/imported-users-not-receiving-verification-emails-due-to-massive-sidekiq-backlog/31650)._
