<?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: How to schedule tasks on Linux using the &#039;at&#039; command</title>
	<atom:link href="http://www.simplehelp.net/2009/05/04/how-to-schedule-tasks-on-linux-using-the-at-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net/2009/05/04/how-to-schedule-tasks-on-linux-using-the-at-command/</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Sun, 22 Nov 2009 22:54:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Use the At command in Linux for one-off task scheduling &#171; Linux &#38; Stuff</title>
		<link>http://www.simplehelp.net/2009/05/04/how-to-schedule-tasks-on-linux-using-the-at-command/comment-page-1/#comment-10708</link>
		<dc:creator>Use the At command in Linux for one-off task scheduling &#171; Linux &#38; Stuff</dc:creator>
		<pubDate>Sun, 24 May 2009 22:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2598#comment-10708</guid>
		<description>[...] in CLI &#124; Tags: CLI    The SimpleHelp blog has a nice post about this useful [...]</description>
		<content:encoded><![CDATA[<p>[...] in CLI | Tags: CLI    The SimpleHelp blog has a nice post about this useful [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeT</title>
		<link>http://www.simplehelp.net/2009/05/04/how-to-schedule-tasks-on-linux-using-the-at-command/comment-page-1/#comment-10707</link>
		<dc:creator>MikeT</dc:creator>
		<pubDate>Mon, 04 May 2009 13:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2598#comment-10707</guid>
		<description>I have another followup for you on use of the at command.

I&#039;ve run into situations where I&#039;ve needed a command run every hour &lt;b&gt;BUT&lt;/b&gt; I needed the command to run &lt;i&gt;ONLY&lt;/i&gt; if the previous run has completed. It might not be hung but it might be very very busy. I don&#039;t mind skipping an hour&#039;s execution if the process is still busy.

When this situation arises, I don&#039;t use cron, I use &#039;at&#039; and the last thing I put in my script is the at command itself to resubmit the job for execution.

Now, even if the job takes three hours, at the top of the following hour, the at command will launch the job as expected without cron jobs bumping into each other.

Yes, there&#039;s ways to put the logic into a script for cron to deal with it but that can also be difficult to maintain and not as obvious (to some) as this approach.</description>
		<content:encoded><![CDATA[<p>I have another followup for you on use of the at command.</p>
<p>I&#8217;ve run into situations where I&#8217;ve needed a command run every hour <b>BUT</b> I needed the command to run <i>ONLY</i> if the previous run has completed. It might not be hung but it might be very very busy. I don&#8217;t mind skipping an hour&#8217;s execution if the process is still busy.</p>
<p>When this situation arises, I don&#8217;t use cron, I use &#8216;at&#8217; and the last thing I put in my script is the at command itself to resubmit the job for execution.</p>
<p>Now, even if the job takes three hours, at the top of the following hour, the at command will launch the job as expected without cron jobs bumping into each other.</p>
<p>Yes, there&#8217;s ways to put the logic into a script for cron to deal with it but that can also be difficult to maintain and not as obvious (to some) as this approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeT</title>
		<link>http://www.simplehelp.net/2009/05/04/how-to-schedule-tasks-on-linux-using-the-at-command/comment-page-1/#comment-10706</link>
		<dc:creator>MikeT</dc:creator>
		<pubDate>Mon, 04 May 2009 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2598#comment-10706</guid>
		<description>&lt;i&gt;If you don’t see atd running start it with this command:

# /etc/init.d/atd start&lt;/i&gt;

More correctly, if it isn&#039;t running, it probably is not configured to startup when the system is restarted. Which may also keep the above command from working as expected. To correct this, use:
&lt;b&gt;&lt;code&gt;
# chkconfig atd --level 234 on
# service atd start
&lt;/code&gt;&lt;/b&gt;
and check again to make sure it is running, if it is, continue with the instructions (which are very good BTW).</description>
		<content:encoded><![CDATA[<p><i>If you don’t see atd running start it with this command:</p>
<p># /etc/init.d/atd start</i></p>
<p>More correctly, if it isn&#8217;t running, it probably is not configured to startup when the system is restarted. Which may also keep the above command from working as expected. To correct this, use:<br />
<b><code><br />
# chkconfig atd --level 234 on<br />
# service atd start<br />
</code></b><br />
and check again to make sure it is running, if it is, continue with the instructions (which are very good BTW).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
