Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 fetchmail 从不同的邮箱中检索邮件,并在请求跟踪器中配置的队列中创建票证。从其中一个邮件 ID 中提取邮件需要很长时间。有人有类似的经历吗?延迟的可能原因或任何调试方法可能是什么?
我尝试的一种方法是为导致延迟的邮件生成另一个 fetchmail 进程,但是请求跟踪器授权由 root 用户运行,并且单个用户不能一次运行多个 fetchmail 进程
稍微挖掘一下 apache 日志,我发现从一个特定邮箱下载的邮件的大小非常大,这反过来又导致了超时。
在以下配置文件中将 FcgidIOTimeout 配置从 90 更改为 180 会有所帮助。 /etc/httpd/conf.d/fcgid.conf。