Displaying 3 results from an estimated 3 matches for "learnbyrot".
Did you mean:
learnbyrote
2007 Jan 27
0
Debugging stale backgroundrb
.../opt/local/lib/ruby/gems/1.8/gems/slave-1.2.0/lib/slave.rb:489:in `new''",
"/opt/local/lib/ruby/gems/1.8/gems/slave-1.2.0/lib/slave.rb:489:in `detach''",
"/opt/local/lib/ruby/gems/1.8/gems/slave-1.2.0/lib/slave.rb:431:in
`initialize''",
"/u/apps/learnbyrote/releases/20070125084747/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:210:in
`new''",
"/u/apps/learnbyrote/releases/20070125084747/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:210:in
`new_worker''",
"/u/apps/learnbyrote/rel...
2007 Jan 15
2
Backgroundrb keeps spawning processes
...r> started
20070115-19:10:00 (6172) SessionCleaner> done
However backgroundrb keeps spawning ruby processes for some strange
reason without mentioning their ids in the log file:
20070115-18:50:00 (6171) Schedule triggered: #<struct
#<Class:0x7773b0>
job=#<Proc:0x0062fd2c@/u/apps/learnbyrote/releases/20070115150803/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:355>,
trigger=#<BackgrounDRb::CronTrigger:0x28a2440 @min=[0, 10, 20, 30, 40,
50], @month=1..12, @hour=0..23, @year=nil, @day=1..31, @cron_expr="0
0,10,20,30,40,50 * * * * *", @sec=[0], @wday=0....
2007 Jan 22
7
Yet Another Problem with BackgroundRB
Hi!
My cron-based worker is being indeed invoked by backgroundRB at
correct times. But... After several runs it can no longer find DB
columns! The same query, which was running OK an hour ago starts to
throw MySQL error about unkown column in where clause. If I restart
backgroundrb it works for some time but stops working after several
invocations.
Has anyone epxerienced the similar beahviour?