Skip to content

Commit

Permalink
Merge pull request #728 from UW-GAC/feature/add-upload-workspace-audi…
Browse files Browse the repository at this point in the history
…ts-to-cron

Add upload workspace audit to cron job
  • Loading branch information
amstilp authored Sep 4, 2024
2 parents 9af9356 + 1d58767 commit 45635a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gregor_apps.cron
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ MAILTO="[email protected]"

# Nightly user data audit
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py sync-drupal-data --update --email [email protected] >> cron.log

# Nightly upload workspace audit
0 3 * * * . /var/www/django/gregor_apps/gregor-apps-activate.sh; python manage.py run_upload_workspace_audit --email [email protected] >> cron.log

0 comments on commit 45635a5

Please sign in to comment.