Skip to content

Commit

Permalink
Merge pull request #185 from xzzy/master
Browse files Browse the repository at this point in the history
run cron fixes
  • Loading branch information
xzzy authored Feb 12, 2024
2 parents 5edf564 + 44037f8 commit 1143a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cron
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

15 9 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python3 /app/manage_mo.py bpoint_ledger_payment_audit_report >> /app/logs/bpoint_ledger_payment_audit_report.log 2>&1

10 9 * * 0 root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python3 /app/manage.py appmonitor_check >> /app/logs/appmonitor_check.log 2>&1
10 9 * * 0 root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python3 /app/manage_mo.py appmonitor_check >> /app/logs/appmonitor_check.log 2>&1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django-reversion==3.0.0
django-reversion-compare==0.8.6
git+https://github.com/xzzy/django-preserialize.git#egg=django-preserialize
django-countries==6.1.3
django-cron==0.5.0
django-cron==0.6.0
django-dynamic-fixture==1.9.1
openpyxl==2.4.8
datapackage==0.8.1
Expand Down

0 comments on commit 1143a7f

Please sign in to comment.