我在Mac OS上每当0.9.2使用Rails 4 +
但它根本不起作用。似乎永远不会运行脚本
每当配置文件
every 1.minute do
command "/Users/get_price_and_send_mail.rb"
end
crontab的
* * * * * /bin/bash -l -c '/Users/get_price_and_send_mail.rb'
如果我手动编辑crontab,crontab -e
并使用wq!
然后crontab -l
给了我原始结果,它没有改变。