~linuxgoose/bocpress

ref: d8759d9a75c5243da4460519a6aac5d5a944795d bocpress/docs/src/cronjobs.md -rw-r--r-- 485 bytes
d8759d9aJordan Robinson add blog setting for number of items to return in feed 2 months ago

#Cronjobs

We don't use cron but systemd timers for jobs that need to run recurringly.

#Process email notifications

python manage.py processnotifications

Sends notification emails for new blog posts.

Triggers daily at 10AM server time.

#Email blog exports

python manage.py mailexports

Emails users their blog exports.

Triggers monthly, first day of the month, 6AM server time.

#Database backup

./backup-database.sh

Triggers every 6 hours.