我在 crontab 中有以下条目:
0 0 * * * /mnt/voylla-production/releases/20131111011431/script/rubber cron --task util:rotate_logs --directory=/mnt/voylla-production/releases/20131111011431/log
0 4 * * * /mnt/voylla-production/releases/20131111011431/voylla_scripts/cj_daily.sh
0 2 * * 6 /mnt/voylla-production/releases/20131111011431/voylla_scripts/cj_saturday.sh
直到今天我都运行良好。在部署 capistrano 后,它没有按计划运行,也没有收到邮件。之前它运行良好,我不知道哪里出了问题。唯一的变化是部署,但我认为这不应该影响 cron。
我尝试使用它pgrep cron
来查看 crons 是否正常工作。它给出的输出为 904。
有人能帮忙吗?谢谢
答案1
重新启动 crontab:/etc/init.d/crond restart
通过简单示例检查您的 crontab 是否正常工作。