Skip to content

Commit

Permalink
Run generate_inventory_reports every 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Mar 14, 2024
1 parent 4b3d689 commit ad17049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/services/cron/cron.d/circulation
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ HOME=/var/www/circulation
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

# check the inventory report task queue every 15 minutes.
*/15 * * * * root core/bin/run generate_inventory_reports >> /var/log/cron.log 2>&1

0 comments on commit ad17049

Please sign in to comment.