How to Monitor Fisheye's Mail Queue

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

The content on this page relates to platforms which are supported; however, the content is out of scope of our Atlassian Support Offerings. Consequently, Atlassian cannot guarantee support. Please be aware that this material is provided for your information only and you may use it at your own risk.

目的

If the mail queue gets backed up frequently it can be useful to monitor the mail queue.

ソリューション

Use the following database query to see all the queued emails:

SELECT cru_recipient.cru_email AS status, cru_create_date, cru_note, cru_user_name
FROM cru_recipient
JOIN cru_notification ON cru_recipient.cru_notification_id = cru_notification.cru_notification_id
JOIN cru_user ON cru_recipient.cru_user = cru_user.cru_user_id
ORDER BY cru_create_date DESC;



最終更新日: 2021 年 10 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.