God
God messing with Date Operations
This is a weired think. Follow my steps: With开发者_如何转开发out god, on console: > d=Date.parse(\"2010-02-01\")[详细]
2023-04-09 12:00 分类:问答How do I write a Resque condition that says "if a process is running for longer than n seconds, kill it"?
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[详细]
2023-04-06 07:19 分类:问答Monit to watch over God?
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.[详细]
2023-04-02 09:05 分类:问答Operation not permitted when trying to run god on RHEL5
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?[详细]
2023-03-11 02:46 分类:问答Monitoring several delayed jobs using god
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[详细]
2023-03-08 09:11 分类:问答Using god monitoring tool to monitor memcache
I am trying to monitor memcached using god monitoring tool. Here is my memcached.god file: God.watch do |w|[详细]
2023-03-08 05:49 分类:问答Kill hung unicorn worker processes?
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.[详细]
2023-03-07 19:44 分类:问答Rubygem God: Time limit configuration for process
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[详细]
2023-03-06 12:54 分类:问答God won't start Resque workers: rake aborted! non-absolute home
I\'m getting the following error in log/resque-0.log: rake aborted! non-absolute home /srv/myapp/current/Rakefile:4[详细]
2023-03-04 21:15 分类:问答Monitoring redis with god - monitoring conditions
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):[详细]
2023-03-01 03:59 分类:问答