search for: resultsworker

Displaying 7 results from an estimated 7 matches for "resultsworker".

2007 Feb 14
1
Scheduling in backgroundrb not working
...te end end --------------------------backgroundrb_server.log--------------------------------------------- I am in do work 20070213-20:15:22 (29661) I am in send_emails_to_people 20070213-20:15:22 (29661) I am in loop 20070213-20:16:04 (29668) Starting WorkerLogger 20070213-20:16:05 (29669) In ResultsWorker 20070213-20:16:07 (29669) I am in do work 20070213-20:16:07 (29669) I am in send_emails_to_evaluators 20070213-20:16:07 (29669) I am in loop 20070213-20:16:13 (29669) I am in loop 20070213-20:16:19 (29669) I am in loop 20070214-13:40:47 (1672) Starting WorkerLogger 20070214-13:40:48 (1673) In Resu...
2006 Dec 08
2
trouble using ActiveRecord classes
..."Got error: #{$!}") end pub = Publication.find(@publication_id) pub.publish_for_date(end_date) end end PublishWorker.register ============================= In the log/backgroundrb.log file I see: 20061208-17:23:38 (3611) Starting WorkerLogger 20061208-17:23:38 (3612) In ResultsWorker 20061208-17:23:54 (3612) PublishWorker args: {:publication_id=>"1"} 20061208-17:23:54 (3612) Publication id: 1 20061208-17:23:54 (3612) End date: Fri Dec 08 23:23:54 UTC 2006 20061208-17:23:54 (3612) In begin block 20061208-17:23:54 (3612) Publication.table_name: publication 20061208-1...
2006 Nov 08
3
0.2.0 worker/slave creation
We ran into some problems accessing a freshly created worker, and had to insert a sleep of 1 second to get it to work. It looks like Ezra and skaar already know this: from middleman.rb: # HACK: there is a race in the worker/slave creation, we # currently need to sleep between create. sleep 0.1 You might want to increase it to 1 second for those of us on slowly mac books.
2007 Mar 13
5
worker starting twice
...rash. One odd thing I''ve noticed is that one of my workers, with the key "mr", seems to start twice (without the first one having completed). I''ve got some logging that occurs when each starts: 20070313-15:45:17 (5594) Starting WorkerLogger 20070313-15:45:17 (5595) In ResultsWorker 20070313-15:45:21 (5595) MbReceiver mr started. 20070313-15:45:21 (5595) Sender s started 20070313-15:45:22 (5595) MbSender ms1 started 20070313-15:45:22 (5595) MbSender ms2 started 20070313-15:45:22 (5595) Receiver r started 20070313-15:45:30 (5595) MbReceiver mr started. The relevant chunk of ba...
2007 Nov 12
0
Workers calling Workers
...:args => producer_args ) producer = task.middleman.worker(producer_key) # Logfile created on Fri Nov 09 17:30:03 -0500 2007 by logger.rb/1.5.2.9 20071109-17:30:03 (27237) Starting WorkerLogger 20071109-17:30:04 (27238) In ResultsWorker 20071109-17:30:20 (27238) Work started 20071109-17:30:20 (27238) 0xdba48138 is recycled object - (RangeError) 20071109-17:30:20 (27238) /usr/local/lib/ruby/1.8/drb/drb.rb:375:in `_id2ref'' 20071109-17:30:20 (27238) /usr/local/lib/ruby/1.8/drb/drb.rb:375:in `to_obj'' 20071109-...
2007 Jan 22
7
Yet Another Problem with BackgroundRB
Hi! My cron-based worker is being indeed invoked by backgroundRB at correct times. But... After several runs it can no longer find DB columns! The same query, which was running OK an hour ago starts to throw MySQL error about unkown column in where clause. If I restart backgroundrb it works for some time but stops working after several invocations. Has anyone epxerienced the similar beahviour?
2007 Jan 04
10
Intermittent "can''t convert Float into Hash" and results.rb
Hi, I''m using backgroundrb 0.2.1 in a production environment and for most parts I''m very happy. We are using it to do some heavy video editing on the server side and it works great except that under, what seems heavy load the below problem happens intermittently. The problem has only happened 5 times out of over 500 runs by our backgroundrb worker. This is the code in our