How to debug Mailgun idle timeout exception #43750
Unanswered
vigneshgurusamy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are sending one time password mail from a Job called GenerateCode. In recent days our otp jobs are randomly failing due to ide timeout exception while connecting with mailgun service.
When we contacted mailgun support team, they were asking to produce HTTP network logs of mailgun service calls. But i'm not sure how to enable or capture low level http network logs in laravel codebase because laravel uses multilevel dependency packages
laravel -> symfony/mailer -> symfony/mailgun -> symfony/http-client
I have even tried use
Mail::to()->send()->getDebug()
, but no luck. It fails before reaching thegetDebug()
code block.Kindly help me if someone has solution to solve my problem.
Thank you in advance.
Code
Exceptions
Trace
Detailed exception trace
Beta Was this translation helpful? Give feedback.
All reactions