Skip to content

Commit

Permalink
Fixes syntax error in cron job definitions due to use of non-standard…
Browse files Browse the repository at this point in the history
… "/" in hour field. (#1329)

Resolves: https://ebce-lyrasis.atlassian.net/browse/PP-351
  • Loading branch information
dbernstein authored Aug 17, 2023
1 parent a4c6821 commit 79b919f
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 @@ -118,6 +118,6 @@ HOME=/var/www/circulation

# Audiobook playtimes
# Every 12 hours, but spaced after hour 8 to reduce job cluttering
0 8/12 * * * root core/bin/run playtime_summation >> /var/log/cron.log 2>&1
0 8,20 * * * root core/bin/run playtime_summation >> /var/log/cron.log 2>&1
# On the 2nd of every month
0 4 2 * * root core/bin/run playtime_reporting >> /var/log/cron.log 2>&1

0 comments on commit 79b919f

Please sign in to comment.