我需要一些帮助来设置我的 SugarCRM crontab。
我的 SugarCRM 日志如下所示:
Wed Aug 21 10:36:02 2013 [5145][1][FATAL] Job runs too frequently, throttled to protect the system.
Wed Aug 21 10:37:01 2013 [5156][1][FATAL] Job runs too frequently, throttled to protect the system.
Wed Aug 21 10:38:02 2013 [5181][1][FATAL] Job runs too frequently, throttled to protect the system.
Wed Aug 21 10:39:02 2013 [5196][1][FATAL] Job runs too frequently, throttled to protect the system.
我运行 crontab -e 这就是我所拥有的:
* * * * * cd /var/www/sugarcrm; php -f cron.php > /dev/null 2>&1
我的“运行大规模电子邮件活动”工作每小时运行一次。我的竞选电子邮件没有被发送。如果我进入电子邮件队列并单击发送排队的活动电子邮件按钮,我可以发送它们,但即便如此,它也只会发送大约 500 个。我有大约 50,000 个要发送大声笑。非常感谢对 crontab 的任何帮助。