Terminal says delayed_job starting, but not doing anything

荒凉一梦 提交于 2019-12-06 04:37:29

It turns out that there's a problem with the daemons gem. Using the ghazel-daemons fork works perfectly. Now onto setting up Monit.

In my case, I just declare that it must use version 1.0.10 of daemons in the Gemfile:

gem "daemons", "= 1.0.10"

Which is the previous version of daemons from 2008.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!