Panel | ||||
---|---|---|---|---|
| ||||
Table of Contents
|
Notification Mechanism
During each analysis, notifications are computed for each subscribed user. Then, asynchronously, these notifications are sent via email.
sonar.notifications.delay
property (in seconds) in 알림 메커니즘
분석을 진행하는 동안, 알림을 구독한 모든 사용자에 대한 알림을 계산합니다. 분석이 완료된 이후, 비동기적으로 알림 메일을 전송합니다.
알림 큐의 처리 간격을 조정하려면, SONAR_HOME/conf/sonar.properties. The server must be restarted for the new value to be taken into account. 파일의 sonar.notifications.delay
(초 단위)를 적절하게 설정합니다. 속성 값을 변경한 후에는 서버를 재시작해야 합니다
Info | ||
---|---|---|
| ||
Note that sometimes there could be some discrepancy between values displayed in the email and values displayed on the web interface. This happens if another analysis has been run between the sending of the email and your clicking on the link to the Issues drill-down in this email. |
Who gets notifications
Only users who subscribe themselves will get notifications. There is no admin functionality to proactively subscribe another user. If you believe a user should be receiving notifications, then it's time to practice the gentle art of persuasion.
Email Configuration
To configure the email server, go to Administration > General Settings > Email.
Check also the Server base URL property at Administration > General Settings > General to make sure that links in those notification emails will redirect to the right SonarQube server URL.