Displaying 1 result from an estimated 1 matches for "update_facebook_account_info_worker".
2007 Dec 17
7
Get "some read error" on calls to worker
...ob_key I can get it to
work, but I still get the "Some read error" message. I need the job to
keep one worker per id. I''d rather have separate processes than go the
thread route - for now.
class UpdateFacebookAccountInfoWorker < BackgrounDRb::MetaWorker
set_worker_name :update_facebook_account_info_worker
set_no_auto_load true
require "facebook_rails_controller_extensions"
include RFacebook
require ''activemessaging/processor''
include ActiveMessaging::MessageSender
def create(args)
puts "create=>"+ args.inspect
exit!...