Look at the actual crontab. I believe there's a default entry which you
could use as an example. In fact, checking mine (which I commented out):

# Every 5 mins, try to gate news to mail.  You can comment this one out
# if you don't want to allow gating, or don't have any going on right now,
# or want to exclusively use a callback strategy instead of polling.
#0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/local/bin/python -S
/usr/local/lib/mailman/cron/gate_news

You can see how the entries are set up. When all else fails, why not read up
on cron and familiarize yourself with it. It's definitely not mailman
specific and useful to know... man pages are a good start.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ron Parker
Sent: Wednesday, February 20, 2002 1:15 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mailman-Users] qrunner CRON jobs


Here is what's in my mailman crond

#
# Retry failed deliveries once per minute.
* * * * * /usr/bin/python -S /home/mailman/cron/qrunner

How would I change this to retry failed deliveries say, once per 5 minutes?

Ashley M. Kirchner wrote:

Ron Parker wrote:
a.What causes this to happen?
    This is usually an indication that your qrunner can't complete a full
runwithin 60 seconds (the default time interval between qrunners).  Try
runningyour qrunner task manually and see how long it takes.
b. How do I prevent it?
    Adjust the crontask and give it a larger interval.--W | I haven't lost
my mind; it's backed up on tape somewhere.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130  IT
Director / SysAdmin / WebSmith             .     800.441.3873 x130  Photo
Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
http://www.pcraft.com ..... .  .    .       Boulder, CO 80303,
U.S.A.------------------------------------------------------Mailman-Users
maillist  -  [EMAIL PROTECTED]://m
ail.python.org/mailman/listinfo/mailman-users


--
Ron Parker
Software Creations            http://www.scbbs.com
Civil War Online Library      http://civilwar.scbbs.com
VSB Interest Group            http://vsb.scbbs.com



------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to