缺少必需的 Gems - Rails 中的 javan-whenever 和 cron 作业
我终于设法让 javan-whenever gem 在我的 site5 服务器上工作,并且更新 crontab 非常容易,但是每当使用生成的代码运行 cron 作业时,我都会收到“缺少必需的 gems”错误,其中列出了大约 8/10 我的宝石。
还有其他人遇到过这个问题吗?如果是这样,解决方案是什么。
有趣的是,当它输出我的宝石所在的位置时,这一切都是正确的,并且宝石从我的应用程序中加载得很好。
干杯, 马泰尼亚
I have finally managed to get javan-whenever gem working on my site5 server, and updating the crontab is quite easy, however whenever a cron job is run with the code that is generated, i get a "missing required gems" error where it lists about 8/10 of my gems.
Has anyone else had this problem? If so, what would the solution be.
The funny thing is that when it outputs where my gems are, this is all correct, and the gems are loading fine from within my application.
Cheers,
Matenia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以某种方式设法通过创建 script/CUSTOMscript 文件并在那里运行 cron 作业来完成这项工作。如果有人遇到同样的问题,我会很高兴向他们展示。
I somehow managed to get this working via creating
script/CUSTOMscript
files and running the cron job through there .. would be glad to show someone if theyre having the same problem.