On Fri, Jul 22, 2011 at 12:55 PM, jirib <ji...@devio.us> wrote:
> Hello,
>
> do you have an experience with a job scheduler which would run on
> OpenBSD and have these features?
>
> - agents on server
> - some central mgmnt daemon to manage agents
> - job 'foo' on agent 'bar' whould run after a job 'xy' on different
>  agent is finished.
> - easy to manage :D
> - opensource of course
> - no java :D
>
> Tips are welcome. Thank you.

You can try to port Celery (http://celeryproject.org/).
It's written in python and sits on top of RabbitMQ, for which we
already have a port.

Ciao,
David

Reply via email to