Displaying 1 result from an estimated 1 matches for "next_min".
Did you mean:
next_in
2008 Apr 08
0
cron trigger problem
...Ruby/Gems/1.8/gems/packet-0.1.5/lib/packet/packet_master.rb:20:in
`run''
from /Users/pkmiec/src/propertyadmin/trunk/vendor/plugins/backgroundrb/server/lib/master_worker.rb:166:in
`initialize''
from script/backgroundrb:60:in `new''
from script/backgroundrb:60
Line 119 is,
next_min = Chronic.parse("next minute",:now => current_time)
Not sure what is going on since cron trigger does work correctly few
times before this error occurs. Is it possible for Chronic to be
reloaded? I am running in development mode with chronic (0.2.3).
Has anyone seen something similar...