Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crontab with new ODL + ODL2 scripts #32

Merged
merged 3 commits into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
0 */15 * * * root core/bin/run odl_reaper >> /var/log/cron.log 2>&1
jonathangreen marked this conversation as resolved.
Show resolved Hide resolved
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
0 */15 * * * root core/bin/run odl2_reaper >> /var/log/cron.log 2>&1
jonathangreen marked this conversation as resolved.
Show resolved Hide resolved

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