This explained it all to me when I first started using cron.

http://www.unixgeeks.org/security/newbie/unix/cron-1.html

I also put this at the top of my crontab file to remind me what is what:

#minute (0-59),
#       hour (0-23),
#               day of month (1-31),
#                       month of the year (1-12),
#                               day of the week (0-6 with 0=Sunday),
#                                       cmd

> -----Original Message-----
> From: django-users@googlegroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of laspal
> Sent: 20 August 2008 06:58
> To: Django users
> Subject: Re: How to tiger mail
> 
> 
> Can anyone give a link for doing corn job.
> 
> Thanks
> 
> On Aug 19, 4:43 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> > Wiadomość napisana w dniu 2008-08-19, o godz. 13:31, przez laspal:
> >
> >
> >
> > > hi,
> > > I wanted to know how can I automatically tiger mail if 
> some task is 
> > > overdue by 1 day.
> > > I have idea of using send_mail but wanted to send mail 
> when the task 
> > > is overdue...
> >
> > You have to use some kind of cron job to check things like that.
> > Django itself has no "scheduler" mechanism.
> >
> > --
> > We read Knuth so you don't have to. - Tim Peters
> >
> > Jarek Zgoda
> > [EMAIL PROTECTED]
> > 
> 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to