Skip to content

Commit

Permalink
Run loan notifications script only once daily. (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro authored Nov 2, 2023
1 parent 3c209e6 commit 7e16346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/services/cron/cron.d/circulation
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ HOME=/var/www/circulation

# Notifications
#
10 */2 * * * root core/bin/run loan_notifications >> /var/log/cron.log 2>&1
10 3 * * * root core/bin/run loan_notifications >> /var/log/cron.log 2>&1
15 */2 * * * root core/bin/run hold_notifications >> /var/log/cron.log 2>&1
0 1 * * * root core/bin/run patron_activity_sync_notifications >> /var/log/cron.log 2>&1

Expand Down

0 comments on commit 7e16346

Please sign in to comment.