search for: remote_work

Displaying 2 results from an estimated 2 matches for "remote_work".

2016 Aug 15
1
classic upgrade error "uncaught exception - Unable to add sam account 'guest', "
...uence]" Processing section "[cn_patent]" Processing section "[software develop]" Processing section "[BI]" Processing section "[Project Management]" Processing section "[Project]" Processing section "[Trial]" Processing section "[Remote_Work]" Processing section "[Group_Management]" Provisioning Exporting account policy Exporting groups Exporting users Ignoring group memberships of 'ding_zuo' S-1-5-21-570971082-1333357699-3675202899-1158: Unable to enumerate group memberships, (-1073741724,No such user) Ignoring...
2008 May 04
12
best approach to managing workers and getting status
Hi, I am using backgroundrb to process audio files from a rails controller. Currently a new worker gets created every time the method is called on the worker, using this code: @job_key = MiddleMan.new_worker(:worker => :audio_file_worker, :job_key => Time.now.to_i) MiddleMan.worker(:audio_file_worker, @job_key).make_new_audio_file(params[:release_id]) I need to create the new