~linuxgoose/bocpress

ref: 74b8eaa5e0e62bc5f51c755585a7239e21126e49 bocpress/docs/src/cronjobs.md -rw-r--r-- 485 bytes
74b8eaa5Jordan Robinson fix button text colour on dark mode 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.