Hello April,
ruby version ? rails version ? server (mongrel / thin / passenger) ?
rufus-scheduler version ? Are you running it along with EventMachine ?
No error message appearing on the console ?
Did you try things like specifying a custom exception handler ?
---8<---
def scheduler.handle_exception (job, exception)
puts "job #{job.job_id} caught exception '#{exception}'"
end
--->8---
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
Does the pattern "run once, then fail" always hold ?
Does the message "scheduler is running" only print once ?
Does running the rake task from the command line work ? Maybe you have
so sample output.
Just a STDOUT dump, but I have enough info from your answers, it's OK
for now, thanks.
> On Sun, Jul 12, 2009 at 11:14 PM, John Mettraux <jmet...@openwfe.org>
> wrote:
>>
>> On Mon, Jul 13, 2009 at 1:10 PM, Anna Knight<uberg...@gmail.com> wrote:
>> >
>> > Ruby version 1.8.6
>> > Rails version 2.3.2
>> > Server: mongrel (or webrick - I'm running instantrails for my
>> > development
>> > server)
Instantrails == windows ?
Does it work on a production equivalent environment ?
Could we say that it's not running on Windows but it's running on Linux ?