大家好。
我们的 Discourse 服务器陷入了无限循环,不停地发送邮件。以下是 shared/standalone/log/rails/production.log 的输出:
Delivered mail 7db8eecd-c36a-419c-ae34-0561b08bae25@community.xx.cc (1322.2ms)
Rendered user_notifications/digest.text.erb (Duration: 50.1ms | Allocations: 12577)
Rendering user_notifications/digest.html.erb within layouts/email_template
Rendered user_notifications/digest.html.erb within layouts/email_template (Duration: 139.5ms | Allocations: 26910)
Rendering user_notifications/digest.text.erb
Rendered user_notifications/digest.text.erb (Duration: 71.7ms | Allocations: 13505)
Delivered mail 5bbf2e54-96a8-437d-a032-69f98a00f22a@community.xx.cc (1485.2ms)
Rendering user_notifications/digest.html.erb within layouts/email_template
Rendered user_notifications/digest.html.erb within layouts/email_template (Duration: 70.9ms | Allocations: 20613)
Rendering user_notifications/digest.text.erb
Rendered user_notifications/digest.text.erb (Duration: 38.2ms | Allocations: 11390)
这个问题是突然发生的(可能是在摘要定时任务启动时:
现在有一个核心完全忙于发送摘要邮件。
-
重新构建应用没有帮助;
-
更新到最新版本后也没有变化;
-
开启“禁用所有用户的摘要邮件”并重新构建应用后仍无变化;
#### 已安装 ### 2.4.0.beta5
我还能做什么?我该如何停止这种情况?
提前感谢。
