Newer
Older
#!/bin/bash
# Per minute cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
# Do tasks
python3 manage.py check_celery
SciPost Code Repository
#!/bin/bash
# Per minute cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
# Do tasks
python3 manage.py check_celery
SciPost Code Repository