On Wed, Jan 14, 2009 at 7:27 PM, Carl Pelletier <[email protected]> wrote:
> Hi everyone, little question for you guys:
>
> I a setup a scheduled task to run like this in my backgroundrb.yml:
>
> :schedules:
>   :test_worker:
>     :sync_ezdeal:
>       :trigger_args: 0 15 5 * * * *
>
> This is working fine, but what I would like is that when backgroundrb run
> the task, ha add it to the persistent queue. this way, i will have nothing
> to do to follow all task run in last days/weeks. I building a admin
> interface on top of all the tasks that running on my server so users can
> start,stop a faild task or just rerun it if something go wrong.
>
> The user can restart this task in every moment he want.
>
> Can you help with this?
>
> I google it and found nothing.

Out of box, no. However, its relatively easy to do, so i am going to
implement this (patches welcome!)
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel

Reply via email to