Displaying 1 result from an estimated 1 matches for "all_worker_status".
2008 May 28
1
nil.send_request = Incorrect worker name?
...MiddleMan.new_worker(:worker => :foo_worker, :job_key => ''1'')
worker = MiddleMan.worker(:worker => :foo_worker, :job_key => ''1'')
worker.bar()
Querying all workers shows the foo_worker_1 is there..
>> pp MiddleMan.query_all_workers
{:type=>:all_worker_status}
{:log_worker=>nil,
:foo_worker_1=>{:rand=>679}}
I''m using rails 2.02, Packet 0.1.5 and Chronic 0.2.3.
I tried the mainline git version but got this error. It needs a newer version of Packet?
`load_missing_constant'': uninitialized constant Packet::BinParser (NameErro...