How to identify batched notifications information in the database
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
目的
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%';
最終更新日 2019 年 9 月 17 日
Powered by Confluence and Scroll Viewport.