Picket01_small Dary Merckens 1 post

After generating the initial worker:
class BillingWorker < BackgrounDRb::MetaWorker
I couldn’t get the background server to start up without adding
unless args.nil?
after the args loop’s end. Anyone?

Dary

UPDATE! Later on they add:
set_no_auto_load true
Which clears up this error, but the initial time the server doesn’t start up because it’s trying to evaluate
nil.each
I think this is a candidate for the errata page…

 
Mike-120_small Mike Clark Administrator 35 posts

Hi Dary,

Thanks! I don’t recall testing it without the set_no_auto_load set to true. I’ve filed an errata.

Mike

2 posts, 2 voices