[Koha-bugs] [Bug 27265] Process message queue cron should be able to take multiple types as a parameter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 5 19:54:02 CEST 2022


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #131434|0                           |1
        is obsolete|                            |

--- Comment #13 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 138712
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138712&action=edit
Bug 27265: Enable message queue cron to accept multiple codes and types

It would be nice to be able to combine several types in a single run,
but exclude others, without having to have multiple cron lines

Test Plan:
1) Apply this patch
2) Run process_message_queue.pl with a single -c parameter
3) Note behavior is unchanged
4) Run process_message_queue.pl with multiple -c parameters
5) Note all the codes specified are processed
6) Repeat 2-5 with -t for type limits

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


More information about the Koha-bugs mailing list