连续发布帖子未发送所有邮件

This forum must approve all posts. As a result some posts are published in rapid succession: when a moderator logs in they approve the posts quickly after each other.

Most categories are set to “watching” for all users and almost no users log in, the forum is relying very heavily on email notifications.

The problem is that whenever posts are published in rapid succession (less than 1.5 minutes apart), not all emails are being sent. This query shows the count of all sent emails (entries in email_logs per topic). The amount of users that should be getting an email is around 2250. When people have logged in recently (about 1%) they don’t get an email, so the number varies a bit but should be between 2200 and 2250.

As you can see in the first three lines, posts published quickly after each other do not have the full amount of emails.

What could be going on here?

Oh, max_emails_per_day_per_user is set to something really high.


columns: topic, date/time, category, # emails sent

2 个赞

在过去的几个月里,我们获得了一些新的见解:

  • 问题不在于实际的电子邮件,而在于底层通知的生成
  • 在短时间内生成大量通知会导致 Sidekiq 因“Sidekiq 消耗过多内存”而重启
  • Sidekiq 重启会导致当前为帖子生成的通知批次被中止,从而导致通知不完整。

编辑:提高 UNICORN_SIDEKIQ_MAX_RSS 已在过去 9 天内阻止了此问题的再次发生。

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.