-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] SMTP transport with AWS SES: "Timeout waiting for data from client" #39044
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
Comments
I tried the $pingThreshold solution described here: #36301, setting the pingThreshold to 10 seconds. Unfortunately the problem still persists (maybe it will occur less, but it's too soon to tell).
|
I know this is an old issue, but for what it's worth, we ran into the same problem using It looks like the If this is an SES specific issue, maybe setting the threshold should be done automatically in |
Symfony version(s) affected: 4.4.16, 5.2
Description
Our system sends e-mails asynchronously using the Messenger component. Two messenger consumers are running in the background with Supervisor. We use Doctrine for our message transport and AWS SES over SMTP for e-mails. On our production system we are seeing the following error occur. This issue was already described here: #36301. A PR was merged, but we are still seeing this problem.
After the messages fail for the first time, they will get retried. Eventually after one or two retries they do get send successfully.
How to reproduce
See #36301
The text was updated successfully, but these errors were encountered: