X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=configs%2Fplatal.cron.in;h=0e0d885e7d1d7152a9063ff93801b6df7c5bfc52;hb=7996ae8cd41fbb3ccd748eaed71a50f866269c6e;hp=ba914edeb2f0c82d7c7344a55b5b0d392726468c;hpb=7f304b19d99da617750ed43ed6246ebd226fe645;p=platal.git diff --git a/configs/platal.cron.in b/configs/platal.cron.in index ba914ed..0e0d885 100644 --- a/configs/platal.cron.in +++ b/configs/platal.cron.in @@ -4,15 +4,17 @@ WD=/home/web/prod/platal/bin/cron # db 0 5 * * * web cd $WD; ./clean.php -0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "verifications sur la BDD de plat/al @VERSION@" br@staff.m4x.org -0 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "verifications verbose sur la BDD de plat/al @VERSION@" br@staff.m4x.org -0 20 * * * web cd $WD; ./emails.check.php | mail -e -s "recherche d'usurpateurs" br@staff.m4x.org +0 21 * * 1-6 web cd $WD; ./checkdb.php | mail -e -s "Verifications sur la BDD de plat/al @VERSION@" br@staff.m4x.org +0 21 * * 0 web cd $WD; ./checkdb.php -v | mail -e -s "Verifications verbeuses sur la BDD de plat/al @VERSION@" br@staff.m4x.org +0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" br@staff.m4x.org +0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" br@staff.m4x.org +0 22 * * * web cd $WD; ./phones.check.php > /dev/null # inscription report 0 6 * * 1 web cd $WD; ./rapports_inscription.php # notifs -0 2 * * * web cd $WD; ./notifs.birthday.php +0 2 * * * web cd $WD; ./notifs.birthday.php 0 4 * * 6 web cd $WD; ./notifs.send.php # validations @@ -22,8 +24,18 @@ WD=/home/web/prod/platal/bin/cron */5 * * * * www-data cd $WD; ./banana.feedgen.php > /dev/null # AX spammer -15 * * * * web cd $WD; ./axletter.send.php | mail -e -s "envoi d'un mail de l'AX" br@staff.m4x.org +15 * * * * web cd $WD; ./axletter.send.php | mail -e -s "Envoi d'un email de l'AX" br@staff.m4x.org # homonymes 0 0 4 * * web cd $WD; ./homonymes.php + +# ml moderation +* * * * * web cd $WD; ./cron_ml_moderate.php > /dev/null + +# synchronisation google apps - plat/al +*/5 * * * * web cd $WD; ./google_apps.php + +# Clean-up of our logging tables +45 0 1 * * web cd $WD; ./compliance.php | mail -e -s "Logging compliance" br@staff.m4x.org + # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: