Tagged Questions
2
votes
2answers
2k views
script/runner in rails 3
I have 2 jobs I would like to run and they are dependant on Models in my rails application.
I added the ruby files in a separate folder called Jobs, that I have appended to the rail project.
Whenever ...
2
votes
2answers
111 views
how can i boot rails 3 in a daemonized ruby script?
I am pulling email via pop into my Rails 3 application so i have a file called dropbox_receiver.rb in the rails lib directory.
This pulls in all email and calls DropBox.receive(email)
I can run ...
2
votes
3answers
630 views
daemon spawn : gem_original_require : no such file to load --daemon-spawn (Load Error)
I am trying to run daemon process using daemon-spawn gem.
Here is the code for delayed_delta daemon process
#file - script/dj
#!/usr/bin/env ruby
# -*- ruby -*-
require 'rubygems'
require ...
1
vote
1answer
567 views
How to make/monitor/deploy daemon processes in JRuby
I'm currently porting a Rails App currently using REE to JRuby so I can offer an easy-to-install JRuby alternative.
I've bundled the app into a WAR file using Bundler which I'm currently deploying to ...
1
vote
4answers
534 views
Timed server events with ruby on rails
I am attempting to create a web-based game in Ruby on Rails. I have a model named 'Game', which has a datetime in the database entry that corresponds to a time that I would like the server to call ...
0
votes
0answers
14 views
DelayedJob/daemons doesn't always create new pid files?
I'm running delayed_job 2.0.7 (we're still on a Rails 2.x project) along with daemons 1.0.10. I'm starting delayed_job by running ./script/delayed_job start -n 2, and then restarting that by running ...
0
votes
0answers
68 views
Ruby How to create daemon process that will spawn multiple workers
I have a script called 'worker.rb'. When ran this script will perform processing for a while (an hour lets say) and then die.
I need to have another script which is going to be responsible for ...
0
votes
0answers
65 views
Rails is messing up my %x() calls (or system() calls)
I've got a Rails application that needs to fork a process off to complete a long running job. I had this setup working on my Mac environment, but porting it to an OpenSUSE server seems to have broken ...
0
votes
1answer
184 views
Authlogic & delayed_job & delayed_jobl_mailer & daemons?
[edit] I can delay all mail using delayed_job plugin on a shared server with a daemon… except the mail using authlogic.
I don't know where I have to search, and why it is working in other way.
...
0
votes
2answers
85 views
Ruby/Rails: Build internal service, no http support needed
I need to build an internal service that queues the DB for changes (in one table) every one second, and processed data after this event.
I do not need all the Rails stack since this service does not ...
0
votes
1answer
960 views
problem with daemons gem in rails
I'm using daemons gem with Rails in addition to daemon_generator plugin. I'm getting this output in the daemons log file:
Logfile created on Sat May 09 20:10:35 -0700 2009 by /
-below you find the ...