-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sendgrid provider intermitent weird errors on blast campaign #484
Comments
Are any sends going through at all or is this just an occasional thing? In your first screenshot it looks like an array of three errors was being returned by the server, do none of those have any context as to why the request was forbidden? Under the hood this provider is just using the Nodemailer Sendgrid plugin so would hope it doesn't have any issues. Your best bet is definitely to print out the result from the |
@pushchris Yes, some sends on the same blast campaign are going through normally and some are not, that is the weird part. Today we experienced same on 3 blasts from 3 different projects. (Aproximately 50% of sends failed). Abour your question, it's just one error, the error I mentioned (wrong sender): Today errors CPUUtilization of the instance went 99% when the errors appeared (and I already scaled the instance yesterday). I will also get those prints that you mentioned, thank you chris. |
Hi @pushchris, as far as I researched, this error indeed does not have direct relation with parcelvoy code base. However, I'm thinking that this PR from nodemailer-sendgrid might be somehow related: Do you have any thoughts on this? Maybe because I have several projects, each one with a sendgrid integration and they send email +- at the same time.. Do you think that somehow the transport might be using intermitently a wrong one, causing this error because email was sent using another a transport with another api key? |
Update: I've installed this PR and this problem was solved. So indeed problem was on nodemailer-sendgrid. |
Hello guys, have any of you went through this using Sendgrid provider?
Error shows that the "Sender" used is not authorized, but it's not the case, it's correctly authorized and you can see on the second screenshot that on the same blast campaign some was sent successfully and others don't, giving this same error on the first screenshot.
Email never reached Sendgrid, can't see them on Activity tab on Sendgrid (only the successful ones)
I'm trying to understand what is happening looking through the code, if anyone went throught this bug or have any idea of what it might be causing it, would be really helpful
The text was updated successfully, but these errors were encountered: