I'm using odoo10 currently.
However today I had a problem that fetchmail was hang when fetching the mail
Here is log return.
INFO prod odoo.addons.base.ir.ir_cron: Starting job `Fetchmail Service`.
INFO prod odoo.addons.fetchmail.models.fetchmail: start checking for new emails on imap server sales@xxx
INFO prod werkzeug: 172.168.0.1 - - [11/Apr/2020 16:36:21] "POST /longpolling/poll HTTP/1.1" 200 -
It suppose to run multi fetching as normal, but it was hand at single mail.
May I ask if I could have a timeout on this fetching. Like if odoo fetching the mail was stuck in 120s, it will stop current cron job.
Thanks