This is a weired think. Follow my steps: With开发者_如何转开发out god, on console: > d=Date.parse(\"2010-02-01\")
I have a god/resque setup that spans a few worker servers. Every so often, the workers get jammed up by long polling connections and won\'t time out correctly.We have tried coding around it (but regar
We\'re using God to mo开发者_开发百科nitor our server processes, and were wondering if we should use something like Monit to make sure God gets up if something unexpected happens.
When i am trying to start god on RHEL5 box, am getting the following error. I have also installed libevent and libevent-devel packages, but the error persists. Does any one have any idea?
So far I\'ve been monitoring a single delayed job using god and its been working great. I want to start monitoring several delayed jobs, how can I pass a parameter 开发者_JS百科when stating god that w
I am trying to monitor memcached using god monitoring tool. Here is my memcached.god file: God.watch do |w|
I am currently running a large rails application on a virtual server.My setup uses Unicorn to serve the Rails App with nginx as the proxy server in front.
I am using resque, resque-scheduler gems in my 开发者_高级运维rails app. To monitor the working of resque workers, I am using God tool. I want to add such a god configuration, which will monitor the t
I\'m getting the following error in log/resque-0.log: rake aborted! non-absolute home /srv/myapp/current/Rakefile:4
Im trying to monitor redis with god but god tries to restart it even though its already running. This is my .god script (ported from http://blog.thomasmango.com/post/636319317/resque-in-production):