Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
c6d9b549 by Nayan Khanna at 2019-03-08T18:43:20Z
Simplify cron schedule to run every 5 minutes

- - - - -
4f368f2c by Abhilash Raj at 2019-03-08T19:01:36Z
Merge branch 'master' into 'master'

Simplify cron schedule to run every 5 minutes

See merge request mailman/mailman!472
- - - - -


1 changed file:

- cron/crontab.in.in


Changes:

=====================================
cron/crontab.in.in
=====================================
@@ -13,7 +13,7 @@
 # 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 * * * * @PYTHON@ -S @prefix@/cron/gate_news
+*/5 * * * * @PYTHON@ -S @prefix@/cron/gate_news
 #
 # At 3:27am every night, regenerate the gzip'd archive file.  Only
 # turn this on if the internal archiver is used and



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/c9a35a1b83b067fbbbebca8c61ec00642d9e0279...4f368f2c730acaca532f173c49d13d31575a4a16

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/c9a35a1b83b067fbbbebca8c61ec00642d9e0279...4f368f2c730acaca532f173c49d13d31575a4a16
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to