Skip to content

Commit

Permalink
python cron fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondbca committed Aug 9, 2024
1 parent 72877b3 commit 7ed265e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-cron
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
30 7 * * * /app/bin/backup_bpay.sh

#Rotate Backups
30 6 * * 0 /app/bin/rotate_backups.sh
30 6 * * 7 /app/bin/rotate_backups.sh

# App Monitor Client
10 9 * * 0 python3 /app/manage_ledgergw.py appmonitor_check >> /app/logs/appmonitor_client.log 2>&1
10 9 * * * python3 /app/manage_ledgergw.py appmonitor_check >> /app/logs/appmonitor_client.log 2>&1

0 comments on commit 7ed265e

Please sign in to comment.