cron question / process queue

John Abreau jabr at blu.org
Sun Mar 9 03:05:54 EDT 2008


On Fri, March 7, 2008 9:57 am, Steven W. Orr said:
>
> Still sounds like a job for "at",  no?
>


If a job is scheduled with cron,  and something unexpected causes it
to miss running or the script to crash before it completes, then it
still gets run at the next scheduled time.

If the script uses "at" to dynamically schedule its next run, then the
same types of problem mean the script no longer gets scheduled
until someone notices that it isn't being run.

In my opinion, "at" is fine for scheduling one-off tasks, but regularly
scheduled tasks really need something like cron.


-- 
John Abreau / Executive Director, Boston Linux & Unix
IM: jabr at jabber.blu.org / abreauj at AIM / abreauj at Yahoo / zusa_it_mgr at Skype
Email jabr at blu.org / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9
PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the gnhlug-discuss mailing list