带有太阳黑子的工头宝石无法启动

发布于 2025-01-03 17:33:45 字数 228 浏览 1 评论 0原文

有人对带有太阳黑子宝石的工头宝石(从 1 个命令加载您的耙子任务和守护进程)有疑问吗?我总是必须手动启动 sunspot,因为 Foreman 确实说它会加载它,但事实并非如此

总是必须手动运行此命令才能启动 sunspot/solr:

bundle exec rake sunspot:solr:start

有人知道如何让它加载真正的 foreman 吗?

Anyone has issues with the foreman gem ( loads your rake tasks and deamons from 1 command ) with sunspot gem? I always have to manually start sunspot because Foreman does say it loads it but it isn't

Always have to manually run this command to get sunspot/solr to start:

bundle exec rake sunspot:solr:start

anyone knows a way to make it load true foreman?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坚持沉默 2025-01-10 17:33:45

添加

search: bundle exec rake sunspot:solr:run

到您的 Procfile 应该在运行 foreman 时启动 Solr。它要求进程在前台启动。 rake sunspot:solr:start 在后台启动 Solr 后立即退出,并且 foreman 认为该进程已终止。

Adding

search: bundle exec rake sunspot:solr:run

to your Procfile should start Solr when running foreman. It requires processes to be start in foreground. rake sunspot:solr:start immediately exits after starting Solr in background and foreman assumes that the process died.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文