~linuxgoose/bocpress

ref: 427f667b36d056efd6de93cd909f10450a3915fd bocpress/docs/src/cronjobs.md -rw-r--r-- 485 bytes
427f667bJordan Robinson add img width 100% for byline images 13 days 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.