SciPost Code Repository

Skip to content
Snippets Groups Projects
cronjob_production_sundays.sh 479 B
Newer Older
Jean-Sébastien Caux's avatar
Jean-Sébastien Caux committed
#!/bin/bash

# Weekly cronjobs for production area
# Weekend jobs

Jean-Sébastien Caux's avatar
Jean-Sébastien Caux committed
cd /home/scipost/SciPost/scipost_django
source ../venv-3.11.7/bin/activate
python manage.py update_citedby --settings=SciPost_v1.settings.production_do1
Jorran de Wit's avatar
Jorran de Wit committed

python manage.py journal_update_cf_metrics  --settings=SciPost_v1.settings.production_do1

# Do a full update_index when maybe something has slipped through during the week
python manage.py update_index -r -v 0 --settings=SciPost_v1.settings.production_do1