[Koha-bugs] [Bug 32395] New: Why do we send job's params to the broker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 15:07:43 CET 2022


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

            Bug ID: 32395
           Summary: Why do we send job's params to the broker
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dcook at prosentient.com.au, m.de.rooy at rijksmuseum.nl,
                    martin.renvoize at ptfs-europe.com, tomascohen at gmail.com

We are:
- Building the parameters
- Insert a job and its parameters in DB
- Send a message to the broken with the parameters
- Retrieve the message from the worker
- Process the job using the parameter from the broker

Why don't we simply pass the job_id to the broker, then retrieve the parameters
from the DB in the worker?

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


More information about the Koha-bugs mailing list