[Backgroundrb-devel] can a worker commit suicide?
Eden Li
eden.li at gmail.com
Mon Oct 23 15:48:18 EDT 2006
You can specify a time to live in the args to MiddleMan.new_worker.
>From the README http://backgroundrb.rubyforge.org/:
... you can specify a :ttl(time to live) in seconds and your worker
will get killed after
those seconds run out. The following will start a FooWorker class
with a text argument of "Bar" and a time to live of 5 minutes
session[:job_key] = MiddleMan.new_worker(:class => :foo_worker,
:args => "Bar",
:ttl => 300)
On 10/24/06, Bill Walton <bill.walton at charter.net> wrote:
> Can a worker kill themselves when they're 'done'? Or do I have to do that
> either from the controller or the worker manager?
More information about the Backgroundrb-devel
mailing list