[Koha-bugs] [Bug 27783] Introduce background job queues

2022-06-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Blocks||30889 Referenced Bugs:

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 wajasu changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #63 from Tomás Cohen Arazi --- (In reply to Marcel de Rooy from comment #62) > Looking back at these patches, I am wondering if the misc script can support > multiple queues in one process but koha-worker does not ? True

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #64 from David Cook --- (In reply to Marcel de Rooy from comment #62) > Looking back at these patches, I am wondering if the misc script can support > multiple queues in one process but koha-worker does not ? koha-worker

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #65 from Marcel de Rooy --- (In reply to David Cook from comment #64) > koha-worker is just a service wrapper around background_jobs_worker.pl. > koha-worker could be improved to support more permutations. In QA I would

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #66 from Tomás Cohen Arazi --- (In reply to Marcel de Rooy from comment #65) > (In reply to David Cook from comment #64) > > > koha-worker is just a service wrapper around background_jobs_worker.pl. > > koha-worker could

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-01-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #67 from David Cook --- (In reply to Tomás Cohen Arazi from comment #66) > Yeah, we worked around what was already in core by the time this was added. > There are bugs filled for: > - Setting a max child count (for parall

[Koha-bugs] [Bug 27783] Introduce background job queues

2023-03-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Fridolin Somers changed: What|Removed |Added Blocks||4 Referenced Bugs:

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Summary|Add handling for 'Queues' |Introduce background job

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-eur

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Status|In Discussion |Needs Signoff -- You a

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132649|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132650|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132651|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #14 from Tomás Cohen Arazi --- Created attachment 132846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132846&action=edit Bug 27783: Add --job-type to background_jobs_worker.pl This will let sysop adj

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #15 from Tomás Cohen Arazi --- Created attachment 132847 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132847&action=edit Bug 27783: Replace --job-type by --queue This patch adds a new column backgrou

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #16 from Tomás Cohen Arazi --- Created attachment 132848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132848&action=edit Bug 27783: Add missing atomicupdate file Signed-off-by: Martin Renvoize --

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #17 from Tomás Cohen Arazi --- Created attachment 132849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132849&action=edit Bug 27783: (follow-up) Add DB change to installer Signed-off-by: Martin Renvoi

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #18 from Tomás Cohen Arazi --- Created attachment 132850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132850&action=edit Bug 27783: Rename queues and adjust currently defined jobs This patch renames

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #19 from Tomás Cohen Arazi --- Ok, after several talks at the hackfest, everyone agreed we should (or not opposed to) reverse the dependency to keep things clearer. I took on the task of rebasing, reorganizing things, etc

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Blocks||29346 Referenced Bugs:

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132848|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132849|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132850|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132846|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132847|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #20 from Tomás Cohen Arazi --- Created attachment 132875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132875&action=edit Bug 27783: Add --job-type to background_jobs_worker.pl This will let sysop adj

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #21 from Tomás Cohen Arazi --- Created attachment 132876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132876&action=edit Bug 27783: Replace --job-type by --queue This patch adds a new column backgrou

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #22 from Tomás Cohen Arazi --- Created attachment 132877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132877&action=edit Bug 27783: Add missing atomicupdate file Signed-off-by: Martin Renvoize --

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #23 from Tomás Cohen Arazi --- Created attachment 132878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132878&action=edit Bug 27783: (follow-up) Add DB change to installer Signed-off-by: Martin Renvoi

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #24 from Tomás Cohen Arazi --- Created attachment 132879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132879&action=edit Bug 27783: Rename queues and adjust currently defined jobs This patch renames

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Status|Needs Signoff |Signed Off --- Comment

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #26 from Tomás Cohen Arazi --- Created attachment 132880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132880&action=edit Bug 27783: (QA follow-up) Make dbrev idempotent Signed-off-by: Tomas Cohen Ara

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Keywords||additional_work_needed

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #27 from Tomás Cohen Arazi --- Created attachment 132948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132948&action=edit Bug 27783: DBIC update [DO NOT PUSH] Signed-off-by: Tomas Cohen Arazi -- Yo

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #28 from Tomás Cohen Arazi --- Created attachment 132950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132950&action=edit Bug 27783: Add queue handling in packaging tools This patch adds queue name ha

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Attachment #132950|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Keywords|additional_work_needed | -- You are receiving

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added CC||julian.maur...@biblibre.

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Jonathan Druart changed: What|Removed |Added CC||jonathan.druart+koha@gmail

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #31 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #30) > 1. Shouldn't we force the job to define its queue? Otherwise I have the > feeling that we will end up with "default" everywhere. I think thi

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #32 from Jonathan Druart --- (In reply to Tomás Cohen Arazi from comment #31) > (In reply to Jonathan Druart from comment #30) > > 1. Shouldn't we force the job to define its queue? Otherwise I have the > > feeling that w

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #33 from Jonathan Druart --- I am not sure I am understanding what bring 'queue' that cannot be done with the job_type. We could have --job-type and a negation for this option. perl background_jobs_worker.pl --job-type

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #34 from David Cook --- (In reply to Jonathan Druart from comment #33) > I am not sure I am understanding what bring 'queue' that cannot be done with > the job_type. > > We could have --job-type and a negation for this o

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #35 from Tomás Cohen Arazi --- (In reply to David Cook from comment #34) > (In reply to Jonathan Druart from comment #33) > > I am not sure I am understanding what bring 'queue' that cannot be done with > > the job_type.

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #36 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #30) > 1. Shouldn't we force the job to define its queue? Otherwise I have the > feeling that we will end up with "default" everywhere. I've been t

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Kyle M Hall changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |k...@bywatersolutions.com

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Kyle M Hall changed: What|Removed |Added Status|Signed Off |Passed QA -- You are receivi

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Kyle M Hall changed: What|Removed |Added Attachment #132875|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Kyle M Hall changed: What|Removed |Added Attachment #133160|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #39 from Kyle M Hall --- Created attachment 133162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133162&action=edit Bug 27783: Replace --job-type by --queue This patch adds a new column background_job

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #40 from Kyle M Hall --- Created attachment 133163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133163&action=edit Bug 27783: Add missing atomicupdate file Signed-off-by: Martin Renvoize Signed-off

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #41 from Kyle M Hall --- Created attachment 133164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133164&action=edit Bug 27783: (follow-up) Add DB change to installer Signed-off-by: Martin Renvoize S

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #42 from Kyle M Hall --- Created attachment 133165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133165&action=edit Bug 27783: Rename queues and adjust currently defined jobs This patch renames the qu

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #43 from Kyle M Hall --- Created attachment 133166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133166&action=edit Bug 27783: (QA follow-up) Make dbrev idempotent Signed-off-by: Tomas Cohen Arazi S

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #44 from Kyle M Hall --- Created attachment 133167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133167&action=edit Bug 27783: DBIC update [DO NOT PUSH] Signed-off-by: Tomas Cohen Arazi Signed-off-b

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #45 from Kyle M Hall --- Created attachment 133168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133168&action=edit Bug 27783: Add queue handling in packaging tools This patch adds queue name handling

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #46 from Kyle M Hall --- Created attachment 133169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133169&action=edit Bug 27783: (QA follow-up) Make dbrev executable Signed-off-by: Kyle M Hall -- You

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133161|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133162|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133163|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133164|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133165|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133166|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133167|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133168|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Attachment #133169|0 |1 is obsolete|

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #56 from Martin Renvoize --- Created attachment 133179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133179&action=edit Bug 27783: (follow-up) Rename options Why require `job_`.. it's easiery to just

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #57 from Martin Renvoize --- Just another QA stamp here having re-tested the set. This gives us two workers by default, one working through long-running tasks sequentially and the second working through short running tas

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Fridolin Somers changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #58 from Fridolin Somers --- Pushed to master for 22.05, thanks to everybody involved 🦄 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Kyle M Hall changed: What|Removed |Added Status|Pushed to master|RESOLVED Resolution|-

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Bug 27783 depends on bug 30345, which changed state. Bug 30345 Summary: Koha::BackgroundJob->enqueue should set borrowernumber=undef if no userenv https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30345 What|R

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #59 from Martin Renvoize --- *** Bug 30350 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___ Koha-b

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Martin Renvoize changed: What|Removed |Added Blocks||30656 Referenced Bugs:

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Tomás Cohen Arazi changed: What|Removed |Added Keywords||release-notes-needed --

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-05-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Andrew Nugged changed: What|Removed |Added CC||nug...@gmail.com -- You ar

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Jonathan Druart changed: What|Removed |Added Blocks||32394 Referenced Bugs:

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #60 from Jonathan Druart --- Why do we need the DB column background_jobs.queue exactly? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bug

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #61 from Jonathan Druart --- (In reply to Jonathan Druart from comment #60) > Why do we need the DB column background_jobs.queue exactly? ... In case we are defaulting to the DB (no broker). -- You are receiving this m

[Koha-bugs] [Bug 27783] Introduce background job queues

2022-12-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 Jonathan Druart changed: What|Removed |Added Blocks||32465 Referenced Bugs: