[Koha-bugs] [Bug 8577] build_holds_queue.pl needs command-line options for help, verbosity, and summary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 6 09:06:52 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8577

--- Comment #2 from Magnus Enger <magnus at libriotech.no> ---
The script also has this:

my $rthq = C4::Context->preference('RealTimeHoldsQueue');
if ( $rthq && !$force ) {
    say "RealTimeHoldsQueue system preference is enabled, holds queue not
built.";
    say "Use --force to force building the holds queue.";
    exit(1);
}

Which means that if a site turns on RealTimeHoldsQueue, the script starts
generating "unnecessary" output. Well, if you run the script interactively you
might want this output, but not if you run it from a cronjob (which is set up
hourly automatically by the Debian packages). So maybe a --quiet option to make
the cronjob run without this output?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list