我是cron工作的新手。我在运行when --update-crontab时遇到以下错误。
C:\RailsProject>whenever --update-crontab
The system cannot find the path specified.
running cron_job scheduler at Tue Aug 13 14:16:09 +0530 2013
[fail] Couldn't write crontab; try running `whenever' with no options to ensure your schedule file is valid.
任何人请帮助我。
高级中的笨蛋。
答案 0 :(得分:0)
不幸的是,whenever
gem仅在* nix系统(Linux,Mac OSX,BSD,...)上运行,而不在Windows上运行。
请参阅https://stackoverflow.com/a/6784889/1065703了解Windows系统上的替代方案。