Skip to content

Commit

Permalink
Merge pull request #1094 from xzzy/master2
Browse files Browse the repository at this point in the history
Fix for cron issue
  • Loading branch information
xzzy authored Aug 9, 2024
2 parents 67866a2 + 72877b3 commit d325510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-cron
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
0 4 * * * python /app/manage_ledgergw.py collectbpay /mnt/external/CommBiz_WildlifeLicensing 2>&1 | logger -t wl_collectbpay
0 1 * * * python /app/manage_ledgergw.py cba_sync >> /app/logs/cba_sync.log
1 4 * * * python /app/manage_ledgergw.py collectbpay /mnt/external/CommBiz_WildlifeLicensing 2>&1 | logger -t wl_collectbpay
1 1 * * * python /app/manage_ledgergw.py cba_sync >> /app/logs/cba_sync.log

# Uncomment once every one on the new code
0 8,10,12,14,16,18 * * * python /app/manage_ledgergw.py sync_itassets_users >> /app/logs/sync_ad_users.log
*/5 * * * * python /app/manage_ledgergw.py runcrons >> /app/logs/runcrons.log

# Ledger Audit Report
0 8 * * * python /app/manage_ledgergw.py bpoint_ledger_payment_audit_report_segregated >> /app/logs/bpoint_ledger_payment_audit_report_segregated.log
1 8 * * * python /app/manage_ledgergw.py bpoint_ledger_payment_audit_report_segregated >> /app/logs/bpoint_ledger_payment_audit_report_segregated.log

30 8 * * * python /app/manage_ledgergw.py bpoint_ledger_oracle_audit_segregated >> /app/logs/bpoint_ledger_oracle_audit_segregated.log

Expand Down

0 comments on commit d325510

Please sign in to comment.