Closed sullivanmatt closed 2 years ago
https://github.com/BugAlertDotOrg/bugalert/pull/53 failed to send an email.
It appears SendGrid needed more time to parse the contact list before firing off the send email event. Doubling the amount of time in hopes it gives SendGrid plenty of headroom.
Fixes https://github.com/BugAlertDotOrg/bugalert/issues/54
Looks good. Let's hope 6 minutes is enough time. Is there no way to do it synchronously?
https://github.com/BugAlertDotOrg/bugalert/pull/53 failed to send an email.
It appears SendGrid needed more time to parse the contact list before firing off the send email event. Doubling the amount of time in hopes it gives SendGrid plenty of headroom.
Fixes https://github.com/BugAlertDotOrg/bugalert/issues/54