皆様、こんにちは。
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)
これは突然発生しました(おそらくダイジェストの cron が開始されたタイミングです:
現在、1 つのコアがダイジェストメールの送信に完全に占有されています。
-
アプリの再ビルドを行っても効果なし
-
最新バージョンに更新しても変化なし
-
「すべてのユーザーのサマリーメールを無効にする」をオンにしてアプリを再ビルドしても変化なし
#### Installed ### 2.4.0.beta5
他にできることはありますか?これをどうすれば止められますか?
あらかじめありがとうございます。
