[Koha-bugs] [Bug 30654] New: Even with RabbitMQ enabled, we should poll the database for jobs at worker startup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 29 15:40:35 CEST 2022


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

            Bug ID: 30654
           Summary: Even with RabbitMQ enabled, we should poll the
                    database for jobs at worker startup
 Change sponsored?: ---
           Product: Koha
           Version: master
          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: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 27344

Our worker currently starts up and immediately tries to listen for jobs being
passed via STOMP.  However, if rabbitMQ wasn't running when the tasks were
enqueue, then the worker will never know about them.

We should work through the outstanding queue before listening for new jobs.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344
[Bug 27344] Implement Elastic's update_index_background using
Koha::BackgroundJob
-- 
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