From 017df61f101dfa86415ed930ae6c69612b473de6 Mon Sep 17 00:00:00 2001 From: Joona Kupe <155546095+NatLibFi-JoonaKupe@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:40:58 +0200 Subject: [PATCH] Adjust opds for distributor reaper monitor remove books that have been removed from OPDS --- docker/services/cron/cron.d/circulation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/cron/cron.d/circulation b/docker/services/cron/cron.d/circulation index 6e6f9e174..03c2b2aa1 100644 --- a/docker/services/cron/cron.d/circulation +++ b/docker/services/cron/cron.d/circulation @@ -69,7 +69,7 @@ HOME=/var/www/circulation # OPDS For Distributors # -0 0 2 * * root core/bin/run opds_for_distributors_reaper_monitor >> /var/log/cron.log 2>&1 +0 2 * * * root core/bin/run opds_for_distributors_reaper_monitor >> /var/log/cron.log 2>&1 0 4 * * * root core/bin/run opds_for_distributors_import_monitor >> /var/log/cron.log 2>&1 # Vanilla OPDS 1.x