Hello everyone,
I get some trouble with backgroundrb, and I hope finding some help right
here :-)
Here's the case :
Step 1 : A cron job is calling a given URL, each minute
Step 2 : A controller, called by the previous step, is loading a new worker
after some test :
MiddleMan.new_worker(
:worker => :urls_worker,
:job_key => "url_" + url.id.to_s,
:data => { :url => url.address, :from_public_form => false
})
Step 3 : The worker works... or not. Randomly, the call to the worker just
fail and the worker is not loaded, but backgroundrb is working anyway.
When the call failed once, i've got to kill and restart (most of the time,
more than once) backgroudrb to make it works again.
Thanks per advance...
--
Bousmanne Cédric
Jabber / XMPP : [EMAIL PROTECTED]
Mail : [EMAIL PROTECTED]
Blog : http://www.parenthese.be/
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel