Displaying 6 results from an estimated 6 matches for "backgroundrb_rail".
Did you mean:
backgroundrb_rails
2008 Jan 14
3
problem with backgroundrb
...workers/email_worker.rb:13:in `each''
/data/flywheel/releases/20071214170355/config/../script/
backgroundrb/../../config/../lib/workers/email_worker.rb:13:in
`do_work''
/data/flywheel/releases/20071214170355/config/../script/
backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:36:in `start_process''
/data/flywheel/releases/20071214170355/config/../script/
backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:32:in `initialize''
/data/flywheel/releases/20071214170355/config/../script/
backgroundrb/../../config/../vendor/plugin...
2007 Jun 19
0
NoMemoryError ActiveSupportMultibyte - Normalize
...9;
/data/rails/universal_translator/releases/20070619100151/config/../
script/backgroundrb/../../config/../lib/workers/book_import_worker.rb:
53:in `do_work''
/data/rails/universal_translator/releases/20070619100151/config/../
script/backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:36:in `start_process''
/data/rails/universal_translator/releases/20070619100151/config/../
script/backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:32:in `initialize''
/data/rails/universal_translator/releases/20070619100151/config/../
script/backgr...
2007 Jun 16
1
BackgrounDRB and Sqlite3 / Autotest / Memory_test_fix Issues
...`method_missing''
/Users/mikel/working/translation-system/trunk/config/../script/
backgroundrb/../../config/../lib/workers/book_import_worker.rb:18:in
`do_work''
/Users/mikel/working/translation-system/trunk/config/../script/
backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:36:in `start_process''
/Users/mikel/working/translation-system/trunk/config/../script/
backgroundrb/../../config/../vendor/plugins/backgroundrb/
backgroundrb_rails.rb:32:in `initialize''
/Users/mikel/working/translation-system/trunk/config/../script/
backgroundrb/../../config/.....
2007 Feb 20
1
error message for record not found ?
...ive_record/base.rb:382:in `find''
./script/backgroundrb/../../config/../lib/workers/session_worker.rb:20:in `watch_session''
./script/backgroundrb/../../config/../lib/workers/session_worker.rb:12:in `do_work''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb_rails.rb:36:in `start_process''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb_rails.rb:32:in `start_process''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb.rb:57:in `new_worker''
C:/InstantRails-1.3/ruby/lib/ruby/1...
2006 Aug 25
3
uninitialised constant LoginEngine
...s.rb:133:in
`const_missing''
/home/foo_fighter/public_html/fooapp/config/../script/backgroundrb/../../config/../lib/workers/monitor_messageboards_worker.rb:18:in
`do_work''
/home/foo_fighter/public_html/fooapp/config/../script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb_rails.rb:35:in
`start_process''
/home/foo_fighter/public_html/fooapp/config/../script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgroundrb_rails.rb:31:in
`start_process''
/home/foo_fighter/public_html/fooapp/config/../script/backgroundrb/../../config/../vendor/plugins/ba...
2006 Aug 24
3
A new QueueWorker class
...There are three components:
1) queue_worker.rb: The singleton worker that manages the child workers.
You probably want to auto start this. Make sure you give it
:singleton=>true. Read this file for the methods to interact with your
children. (ie. queue_job(), delete_job(), job_progress() )
2) backgroundrb_rails_queue.rb: The super class for the "child workers"
(and uses backgroundrb_rails.rb in turn). This file needs to be included
in background.rb
3) Your child worker, which should be a subclass of
BackgrounDRb::RailsQueue, is otherwise the about same as normal
If it''s a big loop, yo...