cron.txt 676 B

12345678910111213141516
  1. # this is example crontab configuration
  2. # you'll likely need to change it to use
  3. # valid python version or paths to manage.py
  4. 15 0 * * * python manage.py prunecategories
  5. 25 0 * * * python manage.py buildactivepostersranking
  6. 25 0 * * * python manage.py clearattachments
  7. 25 0 * * * python manage.py clearreadtracker
  8. 25 0 * * * python manage.py clearsessions
  9. 25 0 * * * python manage.py clearsocial
  10. 25 0 * * * python manage.py invalidatebans
  11. 0 2 * * * python manage.py removeoldips
  12. 0 1 * * * python manage.py deletemarkedusers
  13. 25 1 * * * python manage.py deleteinactiveusers
  14. 0 2 * * * python manage.py expireuserdatadownloads
  15. 0 7 * * * python manage.py prepareuserdatadownloads