Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recommendations for scheduler
Date: Sat, 02 Aug 2014 13:31:32
Message-Id: 1424820.ClPMfftIKn@andromeda
In Reply to: Re: [gentoo-user] Recommendations for scheduler by Alan McKinnon
1 On Saturday, August 02, 2014 11:33:30 AM Alan McKinnon wrote:
2 > On 01/08/2014 23:13, J. Roeleveld wrote:
3 > > On 1 August 2014 19:32:36 CEST, Alan McKinnon
4 <alan.mckinnon@×××××.com> wrote:
5 > >> Hi,
6 > >>
7 > >> Up-front disclaimer: Mostly [OT] post. But at least I'll test drive it
8 > >> on Gentoo before putting it in production :-)
9 > >>
10 > >> New job, new environment. Existing persons suffer from
11 > >> 5-year-old-with-a-hammer syndrome and assume cron is the solution
12 to
13 > >> all
14 > >> ills. Result: a towering edifice of cron jobs that may or may not
15 > >> clobber each other's work, may or may not work at all, and
16 implement no
17 > >> error handling at all. But my god, can they spew out mail from STOUT
18 > >>
19 > >>
20 > >> But cron has only one event trigger: wall-clock time. And it's a very
21 > >> blunt weapon. I'm looking for recommendations of alternative
22 schedulers
23 > >> that satisfy real-world business needs that need some other event
24 > >> trigger than what the time is right now.
25 > >>
26 > >> For those familiar with it, I'm looking for something with the useful
27 > >> feature set, without the useless features and without the price tag
28 of
29 > >> ControlM
30 > >>
31 > >> Anyone care to share experiences?
32 > >
33 > > I'm also looking for a free alternative.
34 > > At most of my clients, I see Tivoli Workload Scheduler (TWS) being used
35 a
36 > > lot.
37 > >
38 > > It has most things what you want from an intelligent multi host
39 scheduler.
40 > > Unfortunately, it also comes with a corresponding price tag.
41 > I have an unusual boss. He's a business owner and quite naturally
42 > profit-driven. He also employs smart people and expects us to maintain
43 > systems in-house.
44 >
45 > He's also a zealous FLOSS fan.
46 >
47 > So when I present him a price tag for software his first question is
48 > always "is there any free as in freedom software suited for the job?"
49
50 Depends on the specific requirements.
51 If you want:
52 - time based start of a schedule
53 - dependencies in said schedules and between schedules which can delay
54 the actual start
55 - stop of schedule if error occurs
56 - ability to restart schedule from crashed point
57 - have schedules operate over multiple machines (eg. part run on
58 database, some on a compute-cluster, some other bit making nice graphs
59 and printing it,...)
60
61 Then you might be out of luck.
62 If anyone has something that is already going along these lines, please let
63 me know. I am more then willing to spend time and effort to assist in the
64 development. Doing a project like that on my own in my extremely limited
65 free time is not really an option.
66
67 > I'm still trying to wrap my brains around dealing with a boss that
68 > thinks like this :-)
69
70 Hehe :)
71
72 --
73 Joost

Replies

Subject Author
Re: [gentoo-user] Recommendations for scheduler Alan McKinnon <alan.mckinnon@×××××.com>
[gentoo-user] Re: Recommendations for scheduler Martin Vaeth <martin@×××××.de>