0

我在 cron 作业命令中使用 wget 来运行这样的机器人:

/usr/bin/wget -O /dev/null http://www.website.com/bot/update?botkey=wpdalasd12laa

但它不起作用。我收到包含此重复错误的失败电子邮件:

> Resolving www.website.com... 55.55.55.55
> Connecting to www.website.com|55.55.55.55|:80... connected.
> HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
> Retrying.

机器人的运行时间超过 15 分钟。所以我认为正因为如此,连接变得超时。

可能,通过 php 运行 bot 更有意义。但是因为所有系统都运行在一个框架上,所以应用起来并不容易。通过避免连接超时,是否可以通过 wget 或 curl 运行 bot?

4

0 回答 0