SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 69be3fea authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Update production cronjobs

parent f9cb7975
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Long period (days) cronjobs for production area
# Daily cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
......
#!/bin/bash
# Short period (minutes) cronjobs for production area
# Per minute cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
......
#!/bin/bash
# Long period (days) cronjobs for production area
# Weekly cronjobs for production area
cd /home/scipost/webapps/scipost/scipost_v1
source venv/bin/activate
./manage.py remind_fellows_to_submit_report
./manage.py email_fellows_tasklist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment