[Koha-bugs] [Bug 32305] New: Backround worker doesn't check jobs receive from rabbitmq are in 'new' state.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 21 12:56:47 CET 2022


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

            Bug ID: 32305
           Summary: Backround worker doesn't check jobs receive from
                    rabbitmq are in 'new' state.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: didier.gautheron at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

How to reproduce :

1) stop rabbitmq and koha-worker services.
2) start koha-worker , without rabbitmq it's polling the database.
3) start rabbitmq, koha-worker is not connecting to it.
4) submit a job. A new row is add to background_jobs table and the job is
enqueued in rabbitmq.
5) the job is processed by koha-worker from the database.
6) restart koha-worker, this time connection to rabbitmq succeeded 
7) koha-worker receive job message from rabbitmq and rerun it.

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


More information about the Koha-bugs mailing list