njnu-seafish commented on PR #17856: URL: https://github.com/apache/dolphinscheduler/pull/17856#issuecomment-3838747428
The previous asynchronous sending alert logic was: Worker → Master → DB → Alert. A synchronous alert-sending version has now been implemented, with the workflow logic: Worker → Alert. I have tested both of these approaches in my own environment, and the logs for the synchronous approach are as follows: 1, SQL task log: <img width="1802" height="777" alt="企业微信截图_17700863267951" src="https://github.com/user-attachments/assets/b4b6fb47-8741-4dd0-b7e8-1bb63121a8ea" /> 2, Worker log: <img width="2427" height="604" alt="企业微信截图_17700862673463" src="https://github.com/user-attachments/assets/1b14f3ce-e095-434a-947b-4a36492518eb" /> 3,Alert log: <img width="2535" height="252" alt="企业微信截图_1770086210564" src="https://github.com/user-attachments/assets/496b1c41-0572-4ab3-aee4-e474ab1189fe" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
