cron.txt 677 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. 0 1 * * * python manage.py deletemarkedusers
  5. 5 1 * * * python manage.py prunecategories
  6. 10 1 * * * python manage.py buildactivepostersranking
  7. 15 1 * * * python manage.py clearattachments
  8. 20 1 * * * python manage.py clearreadtracker
  9. 25 1 * * * python manage.py clearsessions
  10. 30 1 * * * python manage.py clearsocial
  11. 35 1 * * * python manage.py invalidatebans
  12. 40 1 * * * python manage.py removeoldips
  13. 45 1 * * * python manage.py deleteinactiveusers
  14. 50 1 * * * python manage.py expireuserdatadownloads
  15. 0 7 * * * python manage.py prepareuserdatadownloads