BugAlertDotOrg / bugalert

MIT License
207 stars 20 forks source link

Improvement: Allow SendGrid more time to process contact lists #56

Closed sullivanmatt closed 2 years ago

sullivanmatt commented 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

ethans commented 2 years ago

Looks good. Let's hope 6 minutes is enough time. Is there no way to do it synchronously?