作者热门文章
- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
我正试图让上帝启动我的重新请求队列。但是,当我运行 god load config/resque.god
时,它返回 服务器不可用(或者您没有访问它的权限)
这是我的 resque.god 文件:
rails_env = ENV['RAILS_ENV'] || "production"
rails_root = ENV['RAILS_ROOT'] || "/Users/andrewlynch/sites/wellness/wellbot"
God.watch do |w|
w.name = "resque-worker"
w.group = "resque"
w.interval = 60.seconds
w.dir = "#{rails_root}"
w.start = "RAILS_ENV=development QUEUE=* rake resque:work"
w.start_grace = 30.seconds
end
最佳答案
god load
用于将配置加载或重新加载到已运行的实例中。
在你的情况下,你的上帝服务器没有运行。
这是运行god的命令:
god -c config/resque.god
关于ruby-on-rails - 上帝没有运行 : The server is not available (or you do not have permissions to access it),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27063623/
我是一名优秀的程序员,十分优秀!