Skip to content

Commit

Permalink
Merge pull request #683 from UW-GAC/maint/cron-updates
Browse files Browse the repository at this point in the history
Cron updates
  • Loading branch information
amstilp authored Aug 9, 2024
2 parents 144dc12 + 44b96ec commit 21b2bce
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions gregor_apps.cron
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# GREGOR_APPS crontab
# nightly except sunday at 00:00
0 0 * * MON-SAT . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_anvil_audit --email gregorconsortium@uw.edu --errors-only >> cron.log 2>&1
# GREGOR_APPS crontab - maintained in git gregor_apps.cron
# Send errors to gregorweb email
MAILTO="gregorweb@uw.edu"

# sunday night at 00:00
0 0 * * SUN . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_anvil_audit --email [email protected] >> cron.log 2>&1
# nightly except sunday at 02:00
0 2 * * MON-SAT . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_anvil_audit --email [email protected] --errors-only >> cron.log

# sunday night at 02:00
0 2 * * SUN . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_anvil_audit --email [email protected] >> cron.log

0 comments on commit 21b2bce

Please sign in to comment.