search for: sechedul

Displaying 5 results from an estimated 5 matches for "sechedul".

Did you mean: sechedule
2007 May 15
4
Need help with singleton worker
...1: 20070515-13:55:27 (10865) MyWorker#do_work. args: _a_ 20070515-13:55:32 (10865) MyWorker#do_work. args: b 20070515-13:56:27 (10865) MyWorker#work done, deleting self. args: _a_ 20070515-13:56:32 (10865) MyWorker#work done, deleting self. args: b bdrb log #2: 20070515-13:55:22 (10864) Loading Sechedule: job_keyfooargs_a_classmy_worker trigger_typetriggertrigger_argsstartTue May 15 13:55:22 CEST 2007worker_methoddo_workworker_method_argsajob_keyfooclassmy_workerargs_a_ #<BackgrounDRb::Trigger:0xb7b60054> 20070515-13:55:23 (10864) Schedule triggered: #<struct #<Class:0xb7ddb4f0> job...
2007 Mar 13
5
worker starting twice
...Users/jnutting/work/m_project/lib/workers/mb_sender.rb 20070313-15:45:17 (5594) Loading Worker Class File: /Users/jnutting/work/m_project/lib/workers/receiver.rb 20070313-15:45:17 (5594) Loading Worker Class File: /Users/jnutting/work/m_project/lib/workers/sender.rb 20070313-15:45:17 (5594) Loading Sechedule: job_keymrclassmb_receiverargssleep_time5 worker_method_argssleep_time5job_keymrclassmb_receiverargssleep_time5trigger_typecron_triggertrigger_args0,10,20,30,40,50 * * * * * *worker_methoddo_work #<BackgrounDRb::CronTrigger:0x23bf3c4> 20070313-15:45:17 (5594) Loading Sechedule: job_keysclass...
2006 Nov 20
2
schedule support on latest svn, a question
...(backgroundrb_logger) () 20061120-17:04:52 (31960) Starting worker: BackgrounDRb::Worker::WorkerResults backgroundrb_results (backgroundrb_results) () 20061120-17:04:52 (31960) Loading Worker Class File: /home/ed/Documents/test/lib/workers/document_sorter_worker.rb 20061120-17:04:52 (31960) Loading Sechedule: argsclassdocument_sorter_worker trigger_typetriggerworker_methoddo_workworker_method_argsclassdocument_sorter_workertrigger_argsrepeat_interval1.minutestartMon Nov 20 17:04:57 CST 2006endMon Nov 20 17:04:52 CST 2006jobbleh #<BackgrounDRb::Trigger:0xb76b66d4> As far as I can tell background...
2007 Mar 13
3
Scheduled worker dies after about 30-45 runs
.../redclay/lib/workers/variant_subtraction_worker.rb 20070312-18:14:31 (24028) Loading Worker Class File: /home/david/redclay/lib/workers/variant_new_worker.rb 20070312-18:14:31 (24028) Loading Worker Class File: /home/david/redclay/lib/workers/ebay_auction_worker.rb 20070312-18:14:31 (24028) Loading Sechedule: classebay_auction_workerargsjob_keyebay_auction_runner classebay_auction_workertrigger_args0 * * * * * *trigger_typecron_triggerjob_keyebay_auction_runner #<BackgrounDRb::CronTrigger:0xb73ae12c> 20070312-18:15:00 (24028) Schedule triggered: #<struct #<Class:0xb7956b38> job=#<Pro...
2007 Jan 30
45
[PATCH] Fix softlockup issue after vcpu hotplug
Stamp softlockup thread earlier before do_timer, because the latter is the one to actually trigger lock warning for long-time offline. Or else, I obserevd softlockup warning easily at manual vcpu hot-remove/plug, or when suspend cancel into old context. One point here is to cover both stolen and blocked time to compare with offline threshold. vcpu hotplug falls into ''stolen''