Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #82672 > unrolled thread

resource based job queue manager

Started byParthiban Ramachandran <rparthibaan@gmail.com>
First post2014-12-19 08:53 -0800
Last post2014-12-20 08:18 -0500
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  resource based job queue manager Parthiban Ramachandran <rparthibaan@gmail.com> - 2014-12-19 08:53 -0800
    Re: resource based job queue manager Cem Karan <cfkaran2@gmail.com> - 2014-12-20 08:18 -0500

#82672 — resource based job queue manager

FromParthiban Ramachandran <rparthibaan@gmail.com>
Date2014-12-19 08:53 -0800
Subjectresource based job queue manager
Message-ID<4b74c170-f165-4d87-b3b5-dc79ac73c505@googlegroups.com>
can someone suggest a resource based job queue manager. for eg i have 3 resources and 10 jobs based on the resource busy/free we should start running the jobs. I can write the code but want to know if there is any established scheduler which can run the jobs from different servers too.

[toc] | [next] | [standalone]


#82695

FromCem Karan <cfkaran2@gmail.com>
Date2014-12-20 08:18 -0500
Message-ID<mailman.17069.1419081980.18130.python-list@python.org>
In reply to#82672
On Dec 19, 2014, at 11:53 AM, Parthiban Ramachandran <rparthibaan@gmail.com> wrote:

> can someone suggest a resource based job queue manager. for eg i have 3 resources and 10 jobs based on the resource busy/free we should start running the jobs. I can write the code but want to know if there is any established scheduler which can run the jobs from different servers too.

Try SCOOP:
https://code.google.com/p/scoop/

Thanks,
Cem Karan

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web