<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: cron</title>
	<atom:link href="http://www.zomo.co.uk/2010/02/cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zomo.co.uk/2010/02/cron/</link>
	<description>Is it done yet?</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:30:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: lemon</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-131</link>
		<dc:creator>lemon</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-131</guid>
		<description>Absolutely. Using such wrappers &lt;em&gt;are&lt;/em&gt; my monitoring and management solution to failing and misconstructed cron jobs. I don&#039;t get to vet every cron that is installed on platforms I admin, but I do get to encourage the use of these wrappers to sidestep common pain points.</description>
		<content:encoded><![CDATA[<p>Absolutely. Using such wrappers <em>are</em> my monitoring and management solution to failing and misconstructed cron jobs. I don&#8217;t get to vet every cron that is installed on platforms I admin, but I do get to encourage the use of these wrappers to sidestep common pain points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnK</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-130</link>
		<dc:creator>JohnK</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-130</guid>
		<description>Cron follows UNIXs philosophy for programs - do one thing and do it well.  Cron simply scheduled jobs/scripts/programs.  Whatever runs or doesn&#039;t run is your problem.  (.. and it does seem to be a problem to you.)  I far prefer being able to do my own monitoring and managment of failed jobs than be constrained to one method built into cron.
Your problems all seem to fit into a scripting category.   So maybe it&#039;s that you should be looking at.</description>
		<content:encoded><![CDATA[<p>Cron follows UNIXs philosophy for programs &#8211; do one thing and do it well.  Cron simply scheduled jobs/scripts/programs.  Whatever runs or doesn&#8217;t run is your problem.  (.. and it does seem to be a problem to you.)  I far prefer being able to do my own monitoring and managment of failed jobs than be constrained to one method built into cron.<br />
Your problems all seem to fit into a scripting category.   So maybe it&#8217;s that you should be looking at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyde Weys</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-127</link>
		<dc:creator>Cyde Weys</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-127</guid>
		<description>As a suggestion for a follow-up post, can I make a suggestion that you post some example cronwraps you&#039;ve written?  I would find those very useful and informative.  I currently have problems with one job occasionally overrunning past its next invocation, so I&#039;m going to give lockrun a go, but I&#039;d also like to see how you handle logging and output direction.</description>
		<content:encoded><![CDATA[<p>As a suggestion for a follow-up post, can I make a suggestion that you post some example cronwraps you&#8217;ve written?  I would find those very useful and informative.  I currently have problems with one job occasionally overrunning past its next invocation, so I&#8217;m going to give lockrun a go, but I&#8217;d also like to see how you handle logging and output direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lemon</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-125</link>
		<dc:creator>lemon</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-125</guid>
		<description>Sure, one variant has a diddy web interface that a generous onlooker might call a dashboard at a stretch! It was written on someone else&#039;s dime though, so I&#039;ll check if they&#039;re cool for me to publish.</description>
		<content:encoded><![CDATA[<p>Sure, one variant has a diddy web interface that a generous onlooker might call a dashboard at a stretch! It was written on someone else&#8217;s dime though, so I&#8217;ll check if they&#8217;re cool for me to publish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Peters</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-123</link>
		<dc:creator>Zach Peters</dc:creator>
		<pubDate>Thu, 25 Feb 2010 04:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-123</guid>
		<description>Weird, i was just on the same vibe earlier.  I&#039;m working up a blog post on a sort of cron dashboard.  It won&#039;t be anything close to production quality, but hopefully it will be usable.

Can I pick your brain for an example cron wrapper script?</description>
		<content:encoded><![CDATA[<p>Weird, i was just on the same vibe earlier.  I&#8217;m working up a blog post on a sort of cron dashboard.  It won&#8217;t be anything close to production quality, but hopefully it will be usable.</p>
<p>Can I pick your brain for an example cron wrapper script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.zomo.co.uk/2010/02/cron/comment-page-1/#comment-122</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zomo.co.uk/?p=217#comment-122</guid>
		<description>I realize that no one uses it outside of Mac OS X, but I like launchd for a lot of the reasons you don&#039;t like cron.</description>
		<content:encoded><![CDATA[<p>I realize that no one uses it outside of Mac OS X, but I like launchd for a lot of the reasons you don&#8217;t like cron.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
