Send email notifications
Send email notifications for all tasks that have failed.
gather_failed_tasks()
send_email_notifications(state)
Send out an email notification for all tasks that have failed.
Source code in gso/workflows/tasks/send_email_notifications.py
task_send_email_notifications()
Gather all failed tasks, and send an email notification if needed.