Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 6 additions & 0 deletions docker/services/simplified_crontab
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,14 @@ HOME=/var/www/circulation
#
0 6 * * * root core/bin/run odl_import_monitor >> /var/log/cron.log 2>&1
0 */8 * * * root core/bin/run odl_hold_reaper >> /var/log/cron.log 2>&1
*/15 * * * * root core/bin/run odl_reaper >> /var/log/cron.log 2>&1
5 */6 * * * root core/bin/run shared_odl_import_monitor >> /var/log/cron.log 2>&1

# ODL2 import
#
30 6 * * * root core/bin/run odl2_import_monitor >> /var/log/cron.log 2>&1
*/15 * * * * root core/bin/run odl2_reaper >> /var/log/cron.log 2>&1

# Odilo
#
*/15 * * * * root core/bin/run odilo_monitor_recent >> /var/log/cron.log 2>&1
Expand Down