每当--update-crontab运行时出错

时间:2013-08-13 08:49:38

标签: ruby-on-rails ruby cron scheduler


我是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.

任何人请帮助我。

高级中的笨蛋。

1 个答案:

答案 0 :(得分:0)

不幸的是,whenever gem仅在* nix系统(Linux,Mac OSX,BSD,...)上运行,而不在Windows上运行。

请参阅https://stackoverflow.com/a/6784889/1065703了解Windows系统上的替代方案。