~linuxgoose/bocpress

ref: 089af2cd13ff5b43219fd79e2cce1ead7df9c25f bocpress/docs/src/cronjobs.md -rw-r--r-- 485 bytes
089af2cdJordan Robinson add all_tags lists to templates and postmanager functions to get all unique tags for posts and blog setting to show/hide tags in posts list 3 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.