https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32736 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182708|0 |1 is obsolete| | Attachment #182710|0 |1 is obsolete| | --- Comment #6 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 185252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185252&action=edit Bug 32736: Add --all-queues switch to koha-worker This patch adds a convenient option switch to the script. It will make it perform the action (start, stop, restart, print status) on all defined queues ('default' and 'long_tasks', as of today). To test, make sure you applied bug 31124: 0. Apply this patch 1. Run: $ ktd --shell --root k$ cp debian/scripts/koha-functions.sh \ /usr/share/koha/bin/koha-functions.sh 2. Play with all the options for: k$ debian/scripts/koha-worker * kohadev => SUCCESS: All options work as expected! Note: you should include (say) having `long_tasks` stopped, and starting all workers with the new parameter. And the same for `--stop` and `--start`. 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.