schedule & diffusions check/update + cleanup Schedule methods

This commit is contained in:
bkfox
2020-05-30 14:50:07 +02:00
parent 687238752c
commit dfdcf78344
8 changed files with 46 additions and 108 deletions

View File

@ -3,13 +3,13 @@
# aircox daily tasks:
# - diffusions monitoring for the current month
cd /srv/apps/aircox/
scripts/launch_in_venv ./manage.py diffusions --update --clean --check
scripts/launch_in_venv ./manage.py diffusions --update --clean
# - diffusions monitoring for the next month
scripts/launch_in_venv ./manage.py diffusions --update --next-month
cd -
# - archiver monitoring for the next month
scripts/launch_in_venv ./manage.py archiver -a 90
scripts/launch_in_venv ./manage.py archiver
cd -