I'm in need of the Monks' wisdom yet again,

It seems I need a system that will do the following (I would think this is rather common): at scheduled times, check certain online resources, if there are changes then download, parse, index and/or insert the data into a database alongside the old versions, or superseeding them.

So basically, what I need is a system that will easily allow me to schedule tasks that are comprised of (usually) three arbitrary scripts: the check for new / prepare data / integrate data. This would need have some rudimentary dependency checking, and very basic reporting (and failure notification).

I simply do not have the time to write this myself, and so far, all I could find in online searches are large systems that seems to be targeted at scheduling high volumes of tasks, and just look too "big" and scary, usually involving separate daemons running and generally seem to be overkill for what I need.

Any suggestions for a system which is simple and, well, doesn't include a kitchen sink? In an ideal world, I would want something that has a single web interface and allows me to schedule the same tasks on different machines (with different parameters), but that's certainly not a requirement to get something functional.

I know this is probably fairly common, but I don't think I can articulate what I need well enough to search for it successfully, without the involvement of knowledgeable individuals such as yourselves :)


In reply to cron plus? by glwtta

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.