Send an email when a job failed
codepunkt opened this issue · 3 comments
codepunkt commented
When a job fails after all available retries, send an email to selected recipients to inform them of the failure
Allow configuration of recipients in the configuration file on a per-job basis, but also allow to override it when queing jobs for single runs using ZMQ.
kbariotis commented
Hello there,
have you thought about how to send an email? Is it going to be an external service? If so, which one? I would love to help on this one.
codepunkt commented
@kbariotis Most likely using nodemailer with our without an external SMTP server (configurable)
kbariotis commented
Great! I will work on that!