Skip to content

Commit

Permalink
Add nightly combined workspace audit to cron file
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 21, 2024
1 parent 13fa73b commit 5422e5f
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 @@ -13,3 +13,6 @@ MAILTO="[email protected]"

# 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

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

0 comments on commit 5422e5f

Please sign in to comment.