How to identify batched notifications information in the database

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

目的

Find the information regarding batched notifications in the database

ソリューション

To verify if mail batching is enabled, run the following query:

SELECT * FROM feature WHERE feature_name = 'mail.batching.enabled'; 

If there are no result returned, mail batching is not enabled.


To find the scheduled job for mail batching, run the following query:

SELECT id, job_id, interval_millis, first_run, next_run FROM clusteredjob WHERE job_runner_key LIKE '%batch%'; 



説明

How to identify batched notifications information in the database

製品Jira
最終更新日 2019 年 9 月 17 日

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

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