Question
Email Listener error in the logs
Hi,
We are getting the below Email Listener error in the logs sporadically (2 minutes to 4 hours). But if we are sending an email to the email account the listener is configured with, the listener consumes the email and processing it. So there is no functional impact on the system but the only issue is that due to this the size of the logs is increasing. The application is built on Pega CPMFS (Pega CRM) and using Pega 7.2.2. We have raised an SR for the same but found no solution yet.
Logs:
Hello,
When I faced such kind of issue it was actually intermittent issue with one of the email servers.
You could maybe also check how many concurrent threads you defined at your email listener level and check how many parallel connections you can have at the mailbox level.
We also faced conflicts when having the email listener was running on all the nodes.
I've set Latency to 60 sec, Number of Messages to 500 and max processing to 600 to avoid having email listener with a permanent connection to the mailbox.
Do you face from time to time some bulks of email?
Regards
Anthony