Skip to content

Commit

Permalink
Update cron
Browse files Browse the repository at this point in the history
  • Loading branch information
xzzy authored Feb 22, 2024
1 parent b0cf812 commit 564812d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cron
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
30 2 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py cron_tasks > logs/run_cron_tasks.log 2>&1
*/10 * * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py export_to_mooring_booking_cron_task > logs/run_export_to_mooring_booking_cron_task.log 2>&1
10 4 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py runcrons > logs/runcrons.log 2>&1
30 3 * * 4 root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && cd /app && python manage_ml.py clearsessions > logs/clearsessions.log 2>&1

0 comments on commit 564812d

Please sign in to comment.