apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

The email alarm is configured but not sent #16406

Closed gaotong521 closed 1 month ago

gaotong521 commented 2 months ago

Search before asking

What happened

After the email alarm instance is successfully configured, the alarm type is all, and the test can be sent normally. Then create an alarm group and specify email alarm instances. When the workflow is running, an alarm group is specified and an email is sent after the workflow is successfully executed. However, no email is sent after the workflow is successfully executed, and errors are reported in the background log 2568debd2c34b3b15c27365f37f63cb 2

What you expected to happen

An email is expected to be sent after the workflow is successfully executed, but no email is sent after the workflow is successfully executed, and an error is reported in the background log

How to reproduce

Configure an email alarm instance whose alarm type is all, add it to the alarm group, specify the alarm group in the workflow, run the workflow, and the problem occurs again

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

gaotong521 commented 2 months ago

log.txt

gaotong521 commented 2 months ago

Error log

xxzuo commented 1 month ago

16275 already fix it