God not running: The server is not available (or you do not have permissions to access it)

余生颓废 提交于 2019-12-03 17:30:35

god load is use for loading or reloading configurations into an already running instance.

In your case, your god server is not running.

Here's the command to run god:

god -c config/resque.god

Check out who the god service is running as by doing: ps aux | grep god

There's a good chance you'll see god running as root.

If you stop this service is restart by the same user as your running resque you should no longer see this error.

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