god Questions

4

Solved

I am using resque:scheduler gem in my rails 3 application. How can start rake resque:scheduler in daemon mode. and if you know then please let me know, How can I configure this task in GOD scri...
Corduroys asked 23/2, 2013 at 18:5

3

Solved

I am working on a God script to monitor my Unicorns. I started with GitHub's examples script and have been modifying it to match my server configuration. Once God is running, commands such as god s...
Bevus asked 6/10, 2010 at 21:51

13

Solved

Are there any examples on the web of how to monitor delayed_job with Monit? Everything I can find uses God, but I refuse to use God since long running processes in Ruby generally suck. (The most ...
Goad asked 4/8, 2009 at 8:30

4

Solved

I have a few apps running rails 3 on ruby 1.9.2 and deployed on a Ubuntu 10.04 LTS machine using nginx + passenger. Now, I need to add a new app that runs on ruby 1.8.7 (REE) and Rails 2. I accompl...
Prudhoe asked 30/3, 2011 at 17:31

2

Solved

I'm trying to understand how to monitor the resque worker for travis-ci with god in such a way that stopping the resque watch via god won't leave a stale worker process. In the following I'm talki...
Scissel asked 27/3, 2011 at 21:10

4

Solved

I have a god script that is supposed to keep an eye on two stalker processes. The problem is that after 24h it starts way too many processes. This is the god script. rails_root = File.expand_path...
Seraphic asked 24/10, 2012 at 22:42

3

Solved

Here's the description for god's restart command: restart <task or group name>. The builtin init script does a kill, followed by a start. Is there really no built-in way to send a restart com...
Mistake asked 22/12, 2011 at 5:32

1

Solved

I have this file rails_env = ENV['RAILS_ENV'] || 'development' rails_root = ENV['RAILS_ROOT'] || "/home/luiz/rails_dev/api" God.watch do |w| w.name = "unicorn" w.interval = 30.seconds # default...
Vidovic asked 25/5, 2012 at 17:7

2

Solved

I serve my software using passenger. It spawns many ruby processes. Sometimes one of these rubies becomes bloated and I want it to die. I was hoping to use god to that intent. My idea was to moni...
Foliage asked 15/6, 2012 at 21:2

1

Solved

I've got a rails website and a small minecraft server running on a linode vps. I'm running minecraft as a custom service off of a ram server based on an init.d file. Since I'm using God to monitor ...
Demers asked 26/10, 2011 at 6:59

1

Solved

I am using Resque on a production website. When I deploy, I want GOD to stop all of the workers and then restart them since sometimes we change the code of a class and requeue the failed jobs. Th...
Raincoat asked 21/9, 2011 at 10:0

6

Solved

Which one to use for process monitoring and why?
Faizabad asked 20/4, 2009 at 13:13
1

© 2022 - 2024 — McMap. All rights reserved.