]> git.koha-community.org Git - koha.git/commit
Bug 27265: Enable message queue cron to accept multiple codes and types
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Dec 2020 13:45:06 +0000 (08:45 -0500)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Thu, 22 Dec 2022 18:39:14 +0000 (19:39 +0100)
commit5b37d0bb81abe4ff63d7df6f4538590d766d310d
treefe9c9f4cf4bbd6974889d2363bf620aeafa61f9e
parent9305c0afd9bfd0757aa53af9ce4ce491a14e0838
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

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit da7bcc2252666e31c64d7edaecc3fc59ead79a0d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit b51e6cd465b8078c6757b17e9fe6b5980612381a)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
C4/Letters.pm
misc/cronjobs/process_message_queue.pl